Shades of Olive Drab #629205
Tints of Olive Drab #629205
RGB
CMYK
RGB Variations
Color information
#629205 (or 0x629205) is known color: Olive Drab. HEX triplet: 62, 92 and 05. RGB value is (98,146,5). Sum of RGB (Red+Green+Blue) = 98+146+5=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 146 (57.42% from 255 or 58.63% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 146 - color contains mainly: green. Hex color #629205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629205 is #9D6DFA. Grayscale: #747474. Windows color (decimal): -10317307 or 365154. OLE color: 365154.
HSL color Cylindrical-coordinate representation of color #629205: hue angle of 80.43º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #629205 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 146 | 5 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.43 |
| HSL | 80.43º | 0.93% | 0.3% | - |
| HSV(B) | 80.43º | 0.97% | 0.57% | - |
| XYZ | 15.34 | 23.17 | 3.81 | - |
| YUV | 115.57 | 65.6 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 146 | 5 | 0.33 | 0 | 0.97 | 0.43 | 80.43 | 0.93 | 0.3 |
| Hex | 62 | 92 | 5 | 21 | 0 | 61 | 2B | 50 | 5D | 1E |
| Octal | 142 | 222 | 5 | 41 | 0 | 141 | 53 | 120 | 135 | 36 |
| Binary | 1100010 | 10010010 | 101 | 100001 | 0 | 1100001 | 101011 | 1010000 | 1011101 | 11110 |
Color Harmonies of #629205
Complementary color
Monochromatic Colors of #629205
Black with #629205
Text Example
Text Example
White with #629205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629205; }
p { color: rgb(98,146,5); }
H1.HeaderClassName
{
color: #629205;
}
.AnyTagClassName
{
color: #629205;
}
</style>
background-color css
<style>
a { background-color: #629205; }
a { background-color: rgb(98,146,5); }
div.DivClassName
{
background-color: #629205;
}
.BgClassName
{
background-color: #629205;
}
</style>
border-color css
<style>
span { border-color: #629205; }
span { border-color: rgb(98,146,5); }
td.TdClassName
{
border-color: #629205;
}
.TagClassName
{
border-color: #629205;
}
</style>