Shades of Olive Drab #629200
Tints of Olive Drab #629200
RGB
CMYK
RGB Variations
Color information
#629200 (or 0x629200) is known color: Olive Drab. HEX triplet: 62, 92 and 00. RGB value is (98,146,0). Sum of RGB (Red+Green+Blue) = 98+146+0=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 146 (57.42% from 255 or 59.84% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 146 - color contains mainly: green. Hex color #629200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629200 is #9D6DFF. Grayscale: #737373. Windows color (decimal): -10317312 or 37474. OLE color: 37474.
HSL color Cylindrical-coordinate representation of color #629200: hue angle of 79.73º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #629200 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 146 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.43 |
| HSL | 79.73º | 1% | 0.29% | - |
| HSV(B) | 79.73º | 1% | 0.57% | - |
| XYZ | 15.32 | 23.15 | 3.66 | - |
| YUV | 115 | 63.1 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 146 | 0 | 0.33 | 0 | 1 | 0.43 | 79.73 | 1 | 0.29 |
| Hex | 62 | 92 | 0 | 21 | 0 | 64 | 2B | 50 | 64 | 1D |
| Octal | 142 | 222 | 0 | 41 | 0 | 144 | 53 | 120 | 144 | 35 |
| Binary | 1100010 | 10010010 | 0 | 100001 | 0 | 1100100 | 101011 | 1010000 | 1100100 | 11101 |
Color Harmonies of #629200
Complementary color
Monochromatic Colors of #629200
Black with #629200
Text Example
Text Example
White with #629200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629200; }
p { color: rgb(98,146,0); }
H1.HeaderClassName
{
color: #629200;
}
.AnyTagClassName
{
color: #629200;
}
</style>
background-color css
<style>
a { background-color: #629200; }
a { background-color: rgb(98,146,0); }
div.DivClassName
{
background-color: #629200;
}
.BgClassName
{
background-color: #629200;
}
</style>
border-color css
<style>
span { border-color: #629200; }
span { border-color: rgb(98,146,0); }
td.TdClassName
{
border-color: #629200;
}
.TagClassName
{
border-color: #629200;
}
</style>