Shades of Olive Drab #629000
Tints of Olive Drab #629000
RGB
CMYK
RGB Variations
Color information
#629000 (or 0x629000) is known color: Olive Drab. HEX triplet: 62, 90 and 00. RGB value is (98,144,0). Sum of RGB (Red+Green+Blue) = 98+144+0=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 144 (56.64% from 255 or 59.50% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 144 - color contains mainly: green. Hex color #629000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629000 is #9D6FFF. Grayscale: #727272. Windows color (decimal): -10317824 or 36962. OLE color: 36962.
HSL color Cylindrical-coordinate representation of color #629000: hue angle of 79.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #629000 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 144 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.44 |
| HSL | 79.17º | 1% | 0.28% | - |
| HSV(B) | 79.17º | 1% | 0.56% | - |
| XYZ | 15.01 | 22.54 | 3.56 | - |
| YUV | 113.83 | 63.76 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 0 | 0.32 | 0 | 1 | 0.44 | 79.17 | 1 | 0.28 |
| Hex | 62 | 90 | 0 | 20 | 0 | 64 | 2C | 4F | 64 | 1C |
| Octal | 142 | 220 | 0 | 40 | 0 | 144 | 54 | 117 | 144 | 34 |
| Binary | 1100010 | 10010000 | 0 | 100000 | 0 | 1100100 | 101100 | 1001111 | 1100100 | 11100 |
Color Harmonies of #629000
Complementary color
Monochromatic Colors of #629000
Black with #629000
Text Example
Text Example
White with #629000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629000; }
p { color: rgb(98,144,0); }
H1.HeaderClassName
{
color: #629000;
}
.AnyTagClassName
{
color: #629000;
}
</style>
background-color css
<style>
a { background-color: #629000; }
a { background-color: rgb(98,144,0); }
div.DivClassName
{
background-color: #629000;
}
.BgClassName
{
background-color: #629000;
}
</style>
border-color css
<style>
span { border-color: #629000; }
span { border-color: rgb(98,144,0); }
td.TdClassName
{
border-color: #629000;
}
.TagClassName
{
border-color: #629000;
}
</style>