Shades of Olive Drab #629608
Tints of Olive Drab #629608
RGB
CMYK
RGB Variations
Color information
#629608 (or 0x629608) is known color: Olive Drab. HEX triplet: 62, 96 and 08. RGB value is (98,150,8). Sum of RGB (Red+Green+Blue) = 98+150+8=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 150 (58.98% from 255 or 58.59% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 150 - color contains mainly: green. Hex color #629608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629608 is #9D69F7. Grayscale: #767676. Windows color (decimal): -10316280 or 562786. OLE color: 562786.
HSL color Cylindrical-coordinate representation of color #629608: hue angle of 81.97º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #629608 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 98 | 150 | 8 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.41 |
| HSL | 81.97º | 0.9% | 0.31% | - |
| HSV(B) | 81.97º | 0.95% | 0.59% | - |
| XYZ | 15.99 | 24.43 | 4.1 | - |
| YUV | 118.26 | 65.77 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 150 | 8 | 0.35 | 0 | 0.95 | 0.41 | 81.97 | 0.9 | 0.31 |
| Hex | 62 | 96 | 8 | 23 | 0 | 5F | 29 | 52 | 5A | 1F |
| Octal | 142 | 226 | 10 | 43 | 0 | 137 | 51 | 122 | 132 | 37 |
| Binary | 1100010 | 10010110 | 1000 | 100011 | 0 | 1011111 | 101001 | 1010010 | 1011010 | 11111 |
Color Harmonies of #629608
Complementary color
Monochromatic Colors of #629608
Black with #629608
Text Example
Text Example
White with #629608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629608; }
p { color: rgb(98,150,8); }
H1.HeaderClassName
{
color: #629608;
}
.AnyTagClassName
{
color: #629608;
}
</style>
background-color css
<style>
a { background-color: #629608; }
a { background-color: rgb(98,150,8); }
div.DivClassName
{
background-color: #629608;
}
.BgClassName
{
background-color: #629608;
}
</style>
border-color css
<style>
span { border-color: #629608; }
span { border-color: rgb(98,150,8); }
td.TdClassName
{
border-color: #629608;
}
.TagClassName
{
border-color: #629608;
}
</style>