Shades of Olive Drab #629207
Tints of Olive Drab #629207
RGB
CMYK
RGB Variations
Color information
#629207 (or 0x629207) is known color: Olive Drab. HEX triplet: 62, 92 and 07. RGB value is (98,146,7). Sum of RGB (Red+Green+Blue) = 98+146+7=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 146 (57.42% from 255 or 58.17% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 146 - color contains mainly: green. Hex color #629207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629207 is #9D6DF8. Grayscale: #747474. Windows color (decimal): -10317305 or 496226. OLE color: 496226.
HSL color Cylindrical-coordinate representation of color #629207: hue angle of 80.72º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #629207 is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 146 | 7 | - |
| CMYK | 0.33 | 0 | 0.95 | 0.43 |
| HSL | 80.72º | 0.91% | 0.3% | - |
| HSV(B) | 80.72º | 0.95% | 0.57% | - |
| XYZ | 15.35 | 23.17 | 3.86 | - |
| YUV | 115.8 | 66.6 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 146 | 7 | 0.33 | 0 | 0.95 | 0.43 | 80.72 | 0.91 | 0.3 |
| Hex | 62 | 92 | 7 | 21 | 0 | 5F | 2B | 51 | 5B | 1E |
| Octal | 142 | 222 | 7 | 41 | 0 | 137 | 53 | 121 | 133 | 36 |
| Binary | 1100010 | 10010010 | 111 | 100001 | 0 | 1011111 | 101011 | 1010001 | 1011011 | 11110 |
Color Harmonies of #629207
Complementary color
Monochromatic Colors of #629207
Black with #629207
Text Example
Text Example
White with #629207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629207; }
p { color: rgb(98,146,7); }
H1.HeaderClassName
{
color: #629207;
}
.AnyTagClassName
{
color: #629207;
}
</style>
background-color css
<style>
a { background-color: #629207; }
a { background-color: rgb(98,146,7); }
div.DivClassName
{
background-color: #629207;
}
.BgClassName
{
background-color: #629207;
}
</style>
border-color css
<style>
span { border-color: #629207; }
span { border-color: rgb(98,146,7); }
td.TdClassName
{
border-color: #629207;
}
.TagClassName
{
border-color: #629207;
}
</style>