Shades of Olive Drab #64840F
Tints of Olive Drab #64840F
RGB
CMYK
RGB Variations
Color information
#64840F (or 0x64840F) is known color: Olive Drab. HEX triplet: 64, 84 and 0F. RGB value is (100,132,15). Sum of RGB (Red+Green+Blue) = 100+132+15=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #64840F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64840F is #9B7BF0. Grayscale: #6D6D6D. Windows color (decimal): -10189809 or 1016932. OLE color: 1016932.
HSL color Cylindrical-coordinate representation of color #64840F: hue angle of 76.41º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64840F is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 132 | 15 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.48 |
| HSL | 76.41º | 0.8% | 0.29% | - |
| HSV(B) | 76.41º | 0.89% | 0.52% | - |
| XYZ | 13.59 | 19.25 | 3.45 | - |
| YUV | 109.09 | 74.9 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 15 | 0.24 | 0 | 0.89 | 0.48 | 76.41 | 0.8 | 0.29 |
| Hex | 64 | 84 | F | 18 | 0 | 59 | 30 | 4C | 50 | 1D |
| Octal | 144 | 204 | 17 | 30 | 0 | 131 | 60 | 114 | 120 | 35 |
| Binary | 1100100 | 10000100 | 1111 | 11000 | 0 | 1011001 | 110000 | 1001100 | 1010000 | 11101 |
Color Harmonies of #64840F
Complementary color
Monochromatic Colors of #64840F
Black with #64840F
Text Example
Text Example
White with #64840F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64840F; }
p { color: rgb(100,132,15); }
H1.HeaderClassName
{
color: #64840F;
}
.AnyTagClassName
{
color: #64840F;
}
</style>
background-color css
<style>
a { background-color: #64840F; }
a { background-color: rgb(100,132,15); }
div.DivClassName
{
background-color: #64840F;
}
.BgClassName
{
background-color: #64840F;
}
</style>
border-color css
<style>
span { border-color: #64840F; }
span { border-color: rgb(100,132,15); }
td.TdClassName
{
border-color: #64840F;
}
.TagClassName
{
border-color: #64840F;
}
</style>