Shades of Olive Drab #629116
Tints of Olive Drab #629116
RGB
CMYK
RGB Variations
Color information
#629116 (or 0x629116) is known color: Olive Drab. HEX triplet: 62, 91 and 16. RGB value is (98,145,22). Sum of RGB (Red+Green+Blue) = 98+145+22=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #629116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629116 is #9D6EE9. Grayscale: #757575. Windows color (decimal): -10317546 or 1479010. OLE color: 1479010.
HSL color Cylindrical-coordinate representation of color #629116: hue angle of 82.93º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #629116 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 145 | 22 | - |
| CMYK | 0.32 | 0 | 0.85 | 0.43 |
| HSL | 82.93º | 0.74% | 0.33% | - |
| HSV(B) | 82.93º | 0.85% | 0.57% | - |
| XYZ | 15.31 | 22.91 | 4.37 | - |
| YUV | 116.93 | 74.43 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 145 | 22 | 0.32 | 0 | 0.85 | 0.43 | 82.93 | 0.74 | 0.33 |
| Hex | 62 | 91 | 16 | 20 | 0 | 55 | 2B | 53 | 4A | 21 |
| Octal | 142 | 221 | 26 | 40 | 0 | 125 | 53 | 123 | 112 | 41 |
| Binary | 1100010 | 10010001 | 10110 | 100000 | 0 | 1010101 | 101011 | 1010011 | 1001010 | 100001 |
Color Harmonies of #629116
Complementary color
Monochromatic Colors of #629116
Black with #629116
Text Example
Text Example
White with #629116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629116; }
p { color: rgb(98,145,22); }
H1.HeaderClassName
{
color: #629116;
}
.AnyTagClassName
{
color: #629116;
}
</style>
background-color css
<style>
a { background-color: #629116; }
a { background-color: rgb(98,145,22); }
div.DivClassName
{
background-color: #629116;
}
.BgClassName
{
background-color: #629116;
}
</style>
border-color css
<style>
span { border-color: #629116; }
span { border-color: rgb(98,145,22); }
td.TdClassName
{
border-color: #629116;
}
.TagClassName
{
border-color: #629116;
}
</style>