#64980A

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

Shades of Olive Drab #64980A

Tints of Olive Drab #64980A

Color information

#64980A (or 0x64980A) is unknown color: approx Olive Drab. HEX triplet: 64, 98 and 0A. RGB value is (100,152,10). Sum of RGB (Red+Green+Blue) = 100+152+10=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 152 (59.77% from 255 or 58.02% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 152 - color contains mainly: green. Hex color #64980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64980A is #9B67F5. Grayscale: #787878. Windows color (decimal): -10184694 or 694372. OLE color: 694372.

HSL color Cylindrical-coordinate representation of color #64980A: hue angle of 81.97º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #64980A is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB10015210-
CMYK0.3400.930.40
HSL81.97º87.65%31.76%-
HSV(B)81.97º93.42%59.61%-
XYZ16.5425.194.28-
YUV120.2665.77113.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.17%
GREEN value IS 152 (59.77% from 255) = 58.02%
BLUE value IS 10 (4.30% from 255) = 3.82%
R=38.17%
G=58.02%
B=3.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100152100.3400.930.4081.9787.6531.76
Hex6498A2205D28525820
Octal144230124201355012213040
Binary11001001001100010101000100101110110100010100101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64980A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64980A; }

 p { color: rgb(100,152,10); }

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

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

 a { background-color: rgb(100,152,10); }

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

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

 span { border-color: rgb(100,152,10); }

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