Shades of Olive Drab #629404
Tints of Olive Drab #629404
RGB
CMYK
RGB Variations
Color information
#629404 (or 0x629404) is known color: Olive Drab. HEX triplet: 62, 94 and 04. RGB value is (98,148,4). Sum of RGB (Red+Green+Blue) = 98+148+4=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 148 (58.20% from 255 or 59.2% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 148 - color contains mainly: green. Hex color #629404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629404 is #9D6BFB. Grayscale: #757575. Windows color (decimal): -10316796 or 300130. OLE color: 300130.
HSL color Cylindrical-coordinate representation of color #629404: hue angle of 80.83º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #629404 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 148 | 4 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.42 |
| HSL | 80.83º | 0.95% | 0.3% | - |
| HSV(B) | 80.83º | 0.97% | 0.58% | - |
| XYZ | 15.65 | 23.79 | 3.88 | - |
| YUV | 116.63 | 64.44 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 148 | 4 | 0.34 | 0 | 0.97 | 0.42 | 80.83 | 0.95 | 0.3 |
| Hex | 62 | 94 | 4 | 22 | 0 | 61 | 2A | 51 | 5F | 1E |
| Octal | 142 | 224 | 4 | 42 | 0 | 141 | 52 | 121 | 137 | 36 |
| Binary | 1100010 | 10010100 | 100 | 100010 | 0 | 1100001 | 101010 | 1010001 | 1011111 | 11110 |
Color Harmonies of #629404
Complementary color
Monochromatic Colors of #629404
Black with #629404
Text Example
Text Example
White with #629404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629404; }
p { color: rgb(98,148,4); }
H1.HeaderClassName
{
color: #629404;
}
.AnyTagClassName
{
color: #629404;
}
</style>
background-color css
<style>
a { background-color: #629404; }
a { background-color: rgb(98,148,4); }
div.DivClassName
{
background-color: #629404;
}
.BgClassName
{
background-color: #629404;
}
</style>
border-color css
<style>
span { border-color: #629404; }
span { border-color: rgb(98,148,4); }
td.TdClassName
{
border-color: #629404;
}
.TagClassName
{
border-color: #629404;
}
</style>