#64980F

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

Shades of Olive Drab #64980F

Tints of Olive Drab #64980F

Color information

#64980F (or 0x64980F) is unknown color: approx Olive Drab. HEX triplet: 64, 98 and 0F. RGB value is (100,152,15). Sum of RGB (Red+Green+Blue) = 100+152+15=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 152 (59.77% from 255 or 56.93% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 152 - color contains mainly: green. Hex color #64980F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64980F is #9B67F0. Grayscale: #797979. Windows color (decimal): -10184689 or 1022052. OLE color: 1022052.

HSL color Cylindrical-coordinate representation of color #64980F: hue angle of 82.77º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64980F is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB10015215-
CMYK0.3400.900.40
HSL82.77º82.04%32.75%-
HSV(B)82.77º90.13%59.61%-
XYZ16.5725.24.44-
YUV120.8368.27113.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.45%
GREEN value IS 152 (59.77% from 255) = 56.93%
BLUE value IS 15 (6.25% from 255) = 5.62%
R=37.45%
G=56.93%
B=5.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100152150.3400.900.4082.7782.0432.75
Hex6498F2205A28535221
Octal144230174201325012312241
Binary11001001001100011111000100101101010100010100111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64980F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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