Shades of Olive Drab #629016
Tints of Olive Drab #629016
RGB
CMYK
RGB Variations
Color information
#629016 (or 0x629016) is known color: Olive Drab. HEX triplet: 62, 90 and 16. RGB value is (98,144,22). Sum of RGB (Red+Green+Blue) = 98+144+22=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #629016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629016 is #9D6FE9. Grayscale: #747474. Windows color (decimal): -10317802 or 1478754. OLE color: 1478754.
HSL color Cylindrical-coordinate representation of color #629016: hue angle of 82.62º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #629016 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 144 | 22 | - |
| CMYK | 0.32 | 0 | 0.85 | 0.44 |
| HSL | 82.62º | 0.73% | 0.33% | - |
| HSV(B) | 82.62º | 0.85% | 0.56% | - |
| XYZ | 15.16 | 22.6 | 4.32 | - |
| YUV | 116.34 | 74.76 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 22 | 0.32 | 0 | 0.85 | 0.44 | 82.62 | 0.73 | 0.33 |
| Hex | 62 | 90 | 16 | 20 | 0 | 55 | 2C | 53 | 49 | 21 |
| Octal | 142 | 220 | 26 | 40 | 0 | 125 | 54 | 123 | 111 | 41 |
| Binary | 1100010 | 10010000 | 10110 | 100000 | 0 | 1010101 | 101100 | 1010011 | 1001001 | 100001 |
Color Harmonies of #629016
Complementary color
Monochromatic Colors of #629016
Black with #629016
Text Example
Text Example
White with #629016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629016; }
p { color: rgb(98,144,22); }
H1.HeaderClassName
{
color: #629016;
}
.AnyTagClassName
{
color: #629016;
}
</style>
background-color css
<style>
a { background-color: #629016; }
a { background-color: rgb(98,144,22); }
div.DivClassName
{
background-color: #629016;
}
.BgClassName
{
background-color: #629016;
}
</style>
border-color css
<style>
span { border-color: #629016; }
span { border-color: rgb(98,144,22); }
td.TdClassName
{
border-color: #629016;
}
.TagClassName
{
border-color: #629016;
}
</style>