Shades of Olive Drab #629005
Tints of Olive Drab #629005
RGB
CMYK
RGB Variations
Color information
#629005 (or 0x629005) is known color: Olive Drab. HEX triplet: 62, 90 and 05. RGB value is (98,144,5). Sum of RGB (Red+Green+Blue) = 98+144+5=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 144 (56.64% from 255 or 58.30% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 144 - color contains mainly: green. Hex color #629005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629005 is #9D6FFA. Grayscale: #727272. Windows color (decimal): -10317819 or 364642. OLE color: 364642.
HSL color Cylindrical-coordinate representation of color #629005: hue angle of 79.86º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #629005 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 144 | 5 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.44 |
| HSL | 79.86º | 0.93% | 0.29% | - |
| HSV(B) | 79.86º | 0.97% | 0.56% | - |
| XYZ | 15.04 | 22.55 | 3.7 | - |
| YUV | 114.4 | 66.26 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 5 | 0.32 | 0 | 0.97 | 0.44 | 79.86 | 0.93 | 0.29 |
| Hex | 62 | 90 | 5 | 20 | 0 | 61 | 2C | 50 | 5D | 1D |
| Octal | 142 | 220 | 5 | 40 | 0 | 141 | 54 | 120 | 135 | 35 |
| Binary | 1100010 | 10010000 | 101 | 100000 | 0 | 1100001 | 101100 | 1010000 | 1011101 | 11101 |
Color Harmonies of #629005
Complementary color
Monochromatic Colors of #629005
Black with #629005
Text Example
Text Example
White with #629005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629005; }
p { color: rgb(98,144,5); }
H1.HeaderClassName
{
color: #629005;
}
.AnyTagClassName
{
color: #629005;
}
</style>
background-color css
<style>
a { background-color: #629005; }
a { background-color: rgb(98,144,5); }
div.DivClassName
{
background-color: #629005;
}
.BgClassName
{
background-color: #629005;
}
</style>
border-color css
<style>
span { border-color: #629005; }
span { border-color: rgb(98,144,5); }
td.TdClassName
{
border-color: #629005;
}
.TagClassName
{
border-color: #629005;
}
</style>