Shades of Olive Drab #64880F
Tints of Olive Drab #64880F
RGB
CMYK
RGB Variations
Color information
#64880F (or 0x64880F) is known color: Olive Drab. HEX triplet: 64, 88 and 0F. RGB value is (100,136,15). Sum of RGB (Red+Green+Blue) = 100+136+15=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #64880F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64880F is #9B77F0. Grayscale: #6F6F6F. Windows color (decimal): -10188785 or 1017956. OLE color: 1017956.
HSL color Cylindrical-coordinate representation of color #64880F: hue angle of 77.85º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64880F is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 136 | 15 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.47 |
| HSL | 77.85º | 0.8% | 0.3% | - |
| HSV(B) | 77.85º | 0.89% | 0.53% | - |
| XYZ | 14.15 | 20.35 | 3.63 | - |
| YUV | 111.44 | 73.57 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 15 | 0.26 | 0 | 0.89 | 0.47 | 77.85 | 0.8 | 0.3 |
| Hex | 64 | 88 | F | 1A | 0 | 59 | 2F | 4E | 50 | 1E |
| Octal | 144 | 210 | 17 | 32 | 0 | 131 | 57 | 116 | 120 | 36 |
| Binary | 1100100 | 10001000 | 1111 | 11010 | 0 | 1011001 | 101111 | 1001110 | 1010000 | 11110 |
Color Harmonies of #64880F
Complementary color
Monochromatic Colors of #64880F
Black with #64880F
Text Example
Text Example
White with #64880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64880F; }
p { color: rgb(100,136,15); }
H1.HeaderClassName
{
color: #64880F;
}
.AnyTagClassName
{
color: #64880F;
}
</style>
background-color css
<style>
a { background-color: #64880F; }
a { background-color: rgb(100,136,15); }
div.DivClassName
{
background-color: #64880F;
}
.BgClassName
{
background-color: #64880F;
}
</style>
border-color css
<style>
span { border-color: #64880F; }
span { border-color: rgb(100,136,15); }
td.TdClassName
{
border-color: #64880F;
}
.TagClassName
{
border-color: #64880F;
}
</style>