Shades of Olive Drab #629306
Tints of Olive Drab #629306
RGB
CMYK
RGB Variations
Color information
#629306 (or 0x629306) is known color: Olive Drab. HEX triplet: 62, 93 and 06. RGB value is (98,147,6). Sum of RGB (Red+Green+Blue) = 98+147+6=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 147 (57.81% from 255 or 58.57% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 147 - color contains mainly: green. Hex color #629306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629306 is #9D6CF9. Grayscale: #747474. Windows color (decimal): -10317050 or 430946. OLE color: 430946.
HSL color Cylindrical-coordinate representation of color #629306: hue angle of 80.85º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #629306 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 147 | 6 | - |
| CMYK | 0.33 | 0 | 0.96 | 0.42 |
| HSL | 80.85º | 0.92% | 0.3% | - |
| HSV(B) | 80.85º | 0.96% | 0.58% | - |
| XYZ | 15.5 | 23.48 | 3.89 | - |
| YUV | 116.28 | 65.77 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 6 | 0.33 | 0 | 0.96 | 0.42 | 80.85 | 0.92 | 0.3 |
| Hex | 62 | 93 | 6 | 21 | 0 | 60 | 2A | 51 | 5C | 1E |
| Octal | 142 | 223 | 6 | 41 | 0 | 140 | 52 | 121 | 134 | 36 |
| Binary | 1100010 | 10010011 | 110 | 100001 | 0 | 1100000 | 101010 | 1010001 | 1011100 | 11110 |
Color Harmonies of #629306
Complementary color
Monochromatic Colors of #629306
Black with #629306
Text Example
Text Example
White with #629306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629306; }
p { color: rgb(98,147,6); }
H1.HeaderClassName
{
color: #629306;
}
.AnyTagClassName
{
color: #629306;
}
</style>
background-color css
<style>
a { background-color: #629306; }
a { background-color: rgb(98,147,6); }
div.DivClassName
{
background-color: #629306;
}
.BgClassName
{
background-color: #629306;
}
</style>
border-color css
<style>
span { border-color: #629306; }
span { border-color: rgb(98,147,6); }
td.TdClassName
{
border-color: #629306;
}
.TagClassName
{
border-color: #629306;
}
</style>