Shades of Olive Drab #64980B
Tints of Olive Drab #64980B
RGB
CMYK
RGB Variations
Color information
#64980B (or 0x64980B) is known color: Olive Drab. HEX triplet: 64, 98 and 0B. RGB value is (100,152,11). Sum of RGB (Red+Green+Blue) = 100+152+11=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 152 (59.77% from 255 or 57.79% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 152 - color contains mainly: green. Hex color #64980B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64980B is #9B67F4. Grayscale: #787878. Windows color (decimal): -10184693 or 759908. OLE color: 759908.
HSL color Cylindrical-coordinate representation of color #64980B: hue angle of 82.13º degrees, saturation: 0.87, 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 #64980B is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 152 | 11 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.40 |
| HSL | 82.13º | 0.87% | 0.32% | - |
| HSV(B) | 82.13º | 0.93% | 0.6% | - |
| XYZ | 16.54 | 25.19 | 4.31 | - |
| YUV | 120.38 | 66.27 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 11 | 0.34 | 0 | 0.93 | 0.40 | 82.13 | 0.87 | 0.32 |
| Hex | 64 | 98 | B | 22 | 0 | 5D | 28 | 52 | 57 | 20 |
| Octal | 144 | 230 | 13 | 42 | 0 | 135 | 50 | 122 | 127 | 40 |
| Binary | 1100100 | 10011000 | 1011 | 100010 | 0 | 1011101 | 101000 | 1010010 | 1010111 | 100000 |
Color Harmonies of #64980B
Complementary color
Monochromatic Colors of #64980B
Black with #64980B
Text Example
Text Example
White with #64980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64980B; }
p { color: rgb(100,152,11); }
H1.HeaderClassName
{
color: #64980B;
}
.AnyTagClassName
{
color: #64980B;
}
</style>
background-color css
<style>
a { background-color: #64980B; }
a { background-color: rgb(100,152,11); }
div.DivClassName
{
background-color: #64980B;
}
.BgClassName
{
background-color: #64980B;
}
</style>
border-color css
<style>
span { border-color: #64980B; }
span { border-color: rgb(100,152,11); }
td.TdClassName
{
border-color: #64980B;
}
.TagClassName
{
border-color: #64980B;
}
</style>