#639116

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

Shades of Olive Drab #639116

Tints of Olive Drab #639116

Color information

#639116 (or 0x639116) is unknown color: approx Olive Drab. HEX triplet: 63, 91 and 16. RGB value is (99,145,22). Sum of RGB (Red+Green+Blue) = 99+145+22=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 145 (57.03% from 255 or 54.51% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 145 - color contains mainly: green. Hex color #639116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639116 is #9C6EE9. Grayscale: #757575. Windows color (decimal): -10252010 or 1479011. OLE color: 1479011.

HSL color Cylindrical-coordinate representation of color #639116: hue angle of 82.44º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #639116 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB9914522-
CMYK0.3200.850.43
HSL82.44º73.65%32.75%-
HSV(B)82.44º84.83%56.86%-
XYZ15.4222.964.38-
YUV117.2274.26115-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.22%
GREEN value IS 145 (57.03% from 255) = 54.51%
BLUE value IS 22 (8.98% from 255) = 8.27%
R=37.22%
G=54.51%
B=8.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal99145220.3200.850.4382.4473.6532.75
Hex639116200552B524a21
Octal143221264001255312211241
Binary110001110010001101101000000101010110101110100101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639116; }

 p { color: rgb(99,145,22); }

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

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

 a { background-color: rgb(99,145,22); }

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

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

 span { border-color: rgb(99,145,22); }

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