Shades of Olive Drab #629406
Tints of Olive Drab #629406
RGB
CMYK
RGB Variations
Color information
#629406 (or 0x629406) is known color: Olive Drab. HEX triplet: 62, 94 and 06. RGB value is (98,148,6). Sum of RGB (Red+Green+Blue) = 98+148+6=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 148 (58.20% from 255 or 58.73% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 148 - color contains mainly: green. Hex color #629406 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629406 is #9D6BF9. Grayscale: #757575. Windows color (decimal): -10316794 or 431202. OLE color: 431202.
HSL color Cylindrical-coordinate representation of color #629406: hue angle of 81.13º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #629406 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 148 | 6 | - |
| CMYK | 0.34 | 0 | 0.96 | 0.42 |
| HSL | 81.13º | 0.92% | 0.3% | - |
| HSV(B) | 81.13º | 0.96% | 0.58% | - |
| XYZ | 15.66 | 23.79 | 3.94 | - |
| YUV | 116.86 | 65.44 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 148 | 6 | 0.34 | 0 | 0.96 | 0.42 | 81.13 | 0.92 | 0.3 |
| Hex | 62 | 94 | 6 | 22 | 0 | 60 | 2A | 51 | 5C | 1E |
| Octal | 142 | 224 | 6 | 42 | 0 | 140 | 52 | 121 | 134 | 36 |
| Binary | 1100010 | 10010100 | 110 | 100010 | 0 | 1100000 | 101010 | 1010001 | 1011100 | 11110 |
Color Harmonies of #629406
Complementary color
Monochromatic Colors of #629406
Black with #629406
Text Example
Text Example
White with #629406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629406; }
p { color: rgb(98,148,6); }
H1.HeaderClassName
{
color: #629406;
}
.AnyTagClassName
{
color: #629406;
}
</style>
background-color css
<style>
a { background-color: #629406; }
a { background-color: rgb(98,148,6); }
div.DivClassName
{
background-color: #629406;
}
.BgClassName
{
background-color: #629406;
}
</style>
border-color css
<style>
span { border-color: #629406; }
span { border-color: rgb(98,148,6); }
td.TdClassName
{
border-color: #629406;
}
.TagClassName
{
border-color: #629406;
}
</style>