Shades of Olive Drab #64930B
Tints of Olive Drab #64930B
RGB
CMYK
RGB Variations
Color information
#64930B (or 0x64930B) is known color: Olive Drab. HEX triplet: 64, 93 and 0B. RGB value is (100,147,11). Sum of RGB (Red+Green+Blue) = 100+147+11=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 147 (57.81% from 255 or 56.98% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 147 - color contains mainly: green. Hex color #64930B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64930B is #9B6CF4. Grayscale: #757575. Windows color (decimal): -10185973 or 758628. OLE color: 758628.
HSL color Cylindrical-coordinate representation of color #64930B: hue angle of 80.74º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #64930B is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 147 | 11 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.42 |
| HSL | 80.74º | 0.86% | 0.31% | - |
| HSV(B) | 80.74º | 0.93% | 0.58% | - |
| XYZ | 15.75 | 23.6 | 4.04 | - |
| YUV | 117.44 | 67.93 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 147 | 11 | 0.32 | 0 | 0.93 | 0.42 | 80.74 | 0.86 | 0.31 |
| Hex | 64 | 93 | B | 20 | 0 | 5D | 2A | 51 | 56 | 1F |
| Octal | 144 | 223 | 13 | 40 | 0 | 135 | 52 | 121 | 126 | 37 |
| Binary | 1100100 | 10010011 | 1011 | 100000 | 0 | 1011101 | 101010 | 1010001 | 1010110 | 11111 |
Color Harmonies of #64930B
Complementary color
Monochromatic Colors of #64930B
Black with #64930B
Text Example
Text Example
White with #64930B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64930B; }
p { color: rgb(100,147,11); }
H1.HeaderClassName
{
color: #64930B;
}
.AnyTagClassName
{
color: #64930B;
}
</style>
background-color css
<style>
a { background-color: #64930B; }
a { background-color: rgb(100,147,11); }
div.DivClassName
{
background-color: #64930B;
}
.BgClassName
{
background-color: #64930B;
}
</style>
border-color css
<style>
span { border-color: #64930B; }
span { border-color: rgb(100,147,11); }
td.TdClassName
{
border-color: #64930B;
}
.TagClassName
{
border-color: #64930B;
}
</style>