Shades of Olive Drab #629702
Tints of Olive Drab #629702
RGB
CMYK
RGB Variations
Color information
#629702 (or 0x629702) is known color: Olive Drab. HEX triplet: 62, 97 and 02. RGB value is (98,151,2). Sum of RGB (Red+Green+Blue) = 98+151+2=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 151 (59.38% from 255 or 60.16% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 151 - color contains mainly: green. Hex color #629702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629702 is #9D68FD. Grayscale: #767676. Windows color (decimal): -10316030 or 169826. OLE color: 169826.
HSL color Cylindrical-coordinate representation of color #629702: hue angle of 81.34º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #629702 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 98 | 151 | 2 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.41 |
| HSL | 81.34º | 0.97% | 0.3% | - |
| HSV(B) | 81.34º | 0.99% | 0.59% | - |
| XYZ | 16.11 | 24.73 | 3.98 | - |
| YUV | 118.17 | 62.44 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 151 | 2 | 0.35 | 0 | 0.99 | 0.41 | 81.34 | 0.97 | 0.3 |
| Hex | 62 | 97 | 2 | 23 | 0 | 63 | 29 | 51 | 61 | 1E |
| Octal | 142 | 227 | 2 | 43 | 0 | 143 | 51 | 121 | 141 | 36 |
| Binary | 1100010 | 10010111 | 10 | 100011 | 0 | 1100011 | 101001 | 1010001 | 1100001 | 11110 |
Color Harmonies of #629702
Complementary color
Monochromatic Colors of #629702
Black with #629702
Text Example
Text Example
White with #629702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629702; }
p { color: rgb(98,151,2); }
H1.HeaderClassName
{
color: #629702;
}
.AnyTagClassName
{
color: #629702;
}
</style>
background-color css
<style>
a { background-color: #629702; }
a { background-color: rgb(98,151,2); }
div.DivClassName
{
background-color: #629702;
}
.BgClassName
{
background-color: #629702;
}
</style>
border-color css
<style>
span { border-color: #629702; }
span { border-color: rgb(98,151,2); }
td.TdClassName
{
border-color: #629702;
}
.TagClassName
{
border-color: #629702;
}
</style>