Shades of Olive Drab #629405
Tints of Olive Drab #629405
RGB
CMYK
RGB Variations
Color information
#629405 (or 0x629405) is known color: Olive Drab. HEX triplet: 62, 94 and 05. RGB value is (98,148,5). Sum of RGB (Red+Green+Blue) = 98+148+5=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 148 (58.20% from 255 or 58.96% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 148 - color contains mainly: green. Hex color #629405 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629405 is #9D6BFA. Grayscale: #757575. Windows color (decimal): -10316795 or 365666. OLE color: 365666.
HSL color Cylindrical-coordinate representation of color #629405: hue angle of 80.98º degrees, saturation: 0.93, 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 #629405 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 148 | 5 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.42 |
| HSL | 80.98º | 0.93% | 0.3% | - |
| HSV(B) | 80.98º | 0.97% | 0.58% | - |
| XYZ | 15.65 | 23.79 | 3.91 | - |
| YUV | 116.75 | 64.94 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 148 | 5 | 0.34 | 0 | 0.97 | 0.42 | 80.98 | 0.93 | 0.3 |
| Hex | 62 | 94 | 5 | 22 | 0 | 61 | 2A | 51 | 5D | 1E |
| Octal | 142 | 224 | 5 | 42 | 0 | 141 | 52 | 121 | 135 | 36 |
| Binary | 1100010 | 10010100 | 101 | 100010 | 0 | 1100001 | 101010 | 1010001 | 1011101 | 11110 |
Color Harmonies of #629405
Complementary color
Monochromatic Colors of #629405
Black with #629405
Text Example
Text Example
White with #629405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629405; }
p { color: rgb(98,148,5); }
H1.HeaderClassName
{
color: #629405;
}
.AnyTagClassName
{
color: #629405;
}
</style>
background-color css
<style>
a { background-color: #629405; }
a { background-color: rgb(98,148,5); }
div.DivClassName
{
background-color: #629405;
}
.BgClassName
{
background-color: #629405;
}
</style>
border-color css
<style>
span { border-color: #629405; }
span { border-color: rgb(98,148,5); }
td.TdClassName
{
border-color: #629405;
}
.TagClassName
{
border-color: #629405;
}
</style>