Shades of Olive Drab #64921E
Tints of Olive Drab #64921E
RGB
CMYK
RGB Variations
Color information
#64921E (or 0x64921E) is known color: Olive Drab. HEX triplet: 64, 92 and 1E. RGB value is (100,146,30). Sum of RGB (Red+Green+Blue) = 100+146+30=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 146 (57.42% from 255 or 52.90% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 146 - color contains mainly: green. Hex color #64921E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64921E is #9B6DE1. Grayscale: #777777. Windows color (decimal): -10186210 or 2003556. OLE color: 2003556.
HSL color Cylindrical-coordinate representation of color #64921E: hue angle of 83.79º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64921E is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 146 | 30 | - |
| CMYK | 0.32 | 0 | 0.79 | 0.43 |
| HSL | 83.79º | 0.66% | 0.35% | - |
| HSV(B) | 83.79º | 0.79% | 0.57% | - |
| XYZ | 15.77 | 23.36 | 4.91 | - |
| YUV | 119.02 | 77.76 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 30 | 0.32 | 0 | 0.79 | 0.43 | 83.79 | 0.66 | 0.35 |
| Hex | 64 | 92 | 1E | 20 | 0 | 4F | 2B | 54 | 42 | 23 |
| Octal | 144 | 222 | 36 | 40 | 0 | 117 | 53 | 124 | 102 | 43 |
| Binary | 1100100 | 10010010 | 11110 | 100000 | 0 | 1001111 | 101011 | 1010100 | 1000010 | 100011 |
Color Harmonies of #64921E
Complementary color
Monochromatic Colors of #64921E
Black with #64921E
Text Example
Text Example
White with #64921E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64921E; }
p { color: rgb(100,146,30); }
H1.HeaderClassName
{
color: #64921E;
}
.AnyTagClassName
{
color: #64921E;
}
</style>
background-color css
<style>
a { background-color: #64921E; }
a { background-color: rgb(100,146,30); }
div.DivClassName
{
background-color: #64921E;
}
.BgClassName
{
background-color: #64921E;
}
</style>
border-color css
<style>
span { border-color: #64921E; }
span { border-color: rgb(100,146,30); }
td.TdClassName
{
border-color: #64921E;
}
.TagClassName
{
border-color: #64921E;
}
</style>