#64990C

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

Shades of Olive Drab #64990C

Tints of Olive Drab #64990C

Color information

#64990C (or 0x64990C) is unknown color: approx Olive Drab. HEX triplet: 64, 99 and 0C. RGB value is (100,153,12). Sum of RGB (Red+Green+Blue) = 100+153+12=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 153 (60.16% from 255 or 57.74% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 153 - color contains mainly: green. Hex color #64990C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64990C is #9B66F3. Grayscale: #797979. Windows color (decimal): -10184436 or 825700. OLE color: 825700.

HSL color Cylindrical-coordinate representation of color #64990C: hue angle of 82.55º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64990C is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB10015312-
CMYK0.3500.920.4
HSL82.55º85.45%32.35%-
HSV(B)82.55º92.16%60%-
XYZ16.7125.524.39-
YUV121.0866.44112.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.74%
GREEN value IS 153 (60.16% from 255) = 57.74%
BLUE value IS 12 (5.08% from 255) = 4.53%
R=37.74%
G=57.74%
B=4.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal100153120.3500.920.482.5585.4532.35
Hex6499C2305C28535520
Octal144231144301345012312540
Binary11001001001100111001000110101110010100010100111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64990C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64990C; }

 p { color: rgb(100,153,12); }

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

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

 a { background-color: rgb(100,153,12); }

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

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

 span { border-color: rgb(100,153,12); }

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