Shades of Olive Drab #64980F
Tints of Olive Drab #64980F
RGB
CMYK
RGB Variations
Color information
#64980F (or 0x64980F) is known color: 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
| RGB | 100 | 152 | 15 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.40 |
| HSL | 82.77º | 0.82% | 0.33% | - |
| HSV(B) | 82.77º | 0.9% | 0.6% | - |
| XYZ | 16.57 | 25.2 | 4.44 | - |
| YUV | 120.83 | 68.27 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 15 | 0.34 | 0 | 0.90 | 0.40 | 82.77 | 0.82 | 0.33 |
| Hex | 64 | 98 | F | 22 | 0 | 5A | 28 | 53 | 52 | 21 |
| Octal | 144 | 230 | 17 | 42 | 0 | 132 | 50 | 123 | 122 | 41 |
| Binary | 1100100 | 10011000 | 1111 | 100010 | 0 | 1011010 | 101000 | 1010011 | 1010010 | 100001 |
Color Harmonies of #64980F
Complementary color
Monochromatic Colors of #64980F
Black with #64980F
Text Example
Text Example
White with #64980F
Text Example
Text Example
HTML Codes & Css Web 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>