Shades of Olive Drab #64930F
Tints of Olive Drab #64930F
RGB
CMYK
RGB Variations
Color information
#64930F (or 0x64930F) is known color: Olive Drab. HEX triplet: 64, 93 and 0F. RGB value is (100,147,15). Sum of RGB (Red+Green+Blue) = 100+147+15=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #64930F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64930F is #9B6CF0. Grayscale: #767676. Windows color (decimal): -10185969 or 1020772. OLE color: 1020772.
HSL color Cylindrical-coordinate representation of color #64930F: hue angle of 81.36º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64930F is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 147 | 15 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.42 |
| HSL | 81.36º | 0.81% | 0.32% | - |
| HSV(B) | 81.36º | 0.9% | 0.58% | - |
| XYZ | 15.78 | 23.61 | 4.18 | - |
| YUV | 117.9 | 69.93 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 147 | 15 | 0.32 | 0 | 0.90 | 0.42 | 81.36 | 0.81 | 0.32 |
| Hex | 64 | 93 | F | 20 | 0 | 5A | 2A | 51 | 51 | 20 |
| Octal | 144 | 223 | 17 | 40 | 0 | 132 | 52 | 121 | 121 | 40 |
| Binary | 1100100 | 10010011 | 1111 | 100000 | 0 | 1011010 | 101010 | 1010001 | 1010001 | 100000 |
Color Harmonies of #64930F
Complementary color
Monochromatic Colors of #64930F
Black with #64930F
Text Example
Text Example
White with #64930F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64930F; }
p { color: rgb(100,147,15); }
H1.HeaderClassName
{
color: #64930F;
}
.AnyTagClassName
{
color: #64930F;
}
</style>
background-color css
<style>
a { background-color: #64930F; }
a { background-color: rgb(100,147,15); }
div.DivClassName
{
background-color: #64930F;
}
.BgClassName
{
background-color: #64930F;
}
</style>
border-color css
<style>
span { border-color: #64930F; }
span { border-color: rgb(100,147,15); }
td.TdClassName
{
border-color: #64930F;
}
.TagClassName
{
border-color: #64930F;
}
</style>