#629714

Color #629714 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #629714

Tints of Olive Drab #629714

Color information

#629714 (or 0x629714) is unknown color: approx Olive Drab. HEX triplet: 62, 97 and 14. RGB value is (98,151,20). Sum of RGB (Red+Green+Blue) = 98+151+20=269 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.43% from 269); Green value is 151 (59.38% from 255 or 56.13% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 151 - color contains mainly: green. Hex color #629714 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629714 is #9D68EB. Grayscale: #787878. Windows color (decimal): -10316012 or 1349474. OLE color: 1349474.

HSL color Cylindrical-coordinate representation of color #629714: hue angle of 84.27º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #629714 is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB9815120-
CMYK0.3500.870.41
HSL84.27º76.61%33.53%-
HSV(B)84.27º86.75%59.22%-
XYZ16.2324.784.59-
YUV120.2271.44112.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 36.43%
GREEN value IS 151 (59.38% from 255) = 56.13%
BLUE value IS 20 (8.20% from 255) = 7.43%
R=36.43%
G=56.13%
B=7.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal98151200.3500.870.4184.2776.6133.53
Hex6297142305729544d22
Octal142227244301275112411542
Binary110001010010111101001000110101011110100110101001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629714; }

 p { color: rgb(98,151,20); }

 H1.HeaderClassName
 {
   color: #629714;
 }
 .AnyTagClassName
 {
   color: #629714;
 }
</style>
background-color css

<style>
 a { background-color: #629714; }

 a { background-color: rgb(98,151,20); }

 div.DivClassName
 {
   background-color: #629714;
 }
 .BgClassName
 {
   background-color: #629714;
 }
</style>
border-color css

<style>
 span { border-color: #629714; }

 span { border-color: rgb(98,151,20); }

 td.TdClassName
 {
   border-color: #629714;
 }
 .TagClassName
 {
   border-color: #629714;
 }
</style>