Shades of Olive Drab #629112
Tints of Olive Drab #629112
RGB
CMYK
RGB Variations
Color information
#629112 (or 0x629112) is known color: Olive Drab. HEX triplet: 62, 91 and 12. RGB value is (98,145,18). Sum of RGB (Red+Green+Blue) = 98+145+18=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 145 (57.03% from 255 or 55.56% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 145 - color contains mainly: green. Hex color #629112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629112 is #9D6EED. Grayscale: #747474. Windows color (decimal): -10317550 or 1216866. OLE color: 1216866.
HSL color Cylindrical-coordinate representation of color #629112: hue angle of 82.2º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #629112 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 145 | 18 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.43 |
| HSL | 82.2º | 0.78% | 0.32% | - |
| HSV(B) | 82.2º | 0.88% | 0.57% | - |
| XYZ | 15.27 | 22.89 | 4.19 | - |
| YUV | 116.47 | 72.43 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 145 | 18 | 0.32 | 0 | 0.88 | 0.43 | 82.2 | 0.78 | 0.32 |
| Hex | 62 | 91 | 12 | 20 | 0 | 58 | 2B | 52 | 4E | 20 |
| Octal | 142 | 221 | 22 | 40 | 0 | 130 | 53 | 122 | 116 | 40 |
| Binary | 1100010 | 10010001 | 10010 | 100000 | 0 | 1011000 | 101011 | 1010010 | 1001110 | 100000 |
Color Harmonies of #629112
Complementary color
Monochromatic Colors of #629112
Black with #629112
Text Example
Text Example
White with #629112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629112; }
p { color: rgb(98,145,18); }
H1.HeaderClassName
{
color: #629112;
}
.AnyTagClassName
{
color: #629112;
}
</style>
background-color css
<style>
a { background-color: #629112; }
a { background-color: rgb(98,145,18); }
div.DivClassName
{
background-color: #629112;
}
.BgClassName
{
background-color: #629112;
}
</style>
border-color css
<style>
span { border-color: #629112; }
span { border-color: rgb(98,145,18); }
td.TdClassName
{
border-color: #629112;
}
.TagClassName
{
border-color: #629112;
}
</style>