Shades of Olive Drab #628611
Tints of Olive Drab #628611
RGB
CMYK
RGB Variations
Color information
#628611 (or 0x628611) is known color: Olive Drab. HEX triplet: 62, 86 and 11. RGB value is (98,134,17). Sum of RGB (Red+Green+Blue) = 98+134+17=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #628611 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628611 is #9D79EE. Grayscale: #6E6E6E. Windows color (decimal): -10320367 or 1148514. OLE color: 1148514.
HSL color Cylindrical-coordinate representation of color #628611: hue angle of 78.46º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #628611 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 134 | 17 | - |
| CMYK | 0.27 | 0 | 0.87 | 0.47 |
| HSL | 78.46º | 0.77% | 0.3% | - |
| HSV(B) | 78.46º | 0.87% | 0.53% | - |
| XYZ | 13.66 | 19.69 | 3.61 | - |
| YUV | 109.9 | 75.57 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 17 | 0.27 | 0 | 0.87 | 0.47 | 78.46 | 0.77 | 0.3 |
| Hex | 62 | 86 | 11 | 1B | 0 | 57 | 2F | 4E | 4D | 1E |
| Octal | 142 | 206 | 21 | 33 | 0 | 127 | 57 | 116 | 115 | 36 |
| Binary | 1100010 | 10000110 | 10001 | 11011 | 0 | 1010111 | 101111 | 1001110 | 1001101 | 11110 |
Color Harmonies of #628611
Complementary color
Monochromatic Colors of #628611
Black with #628611
Text Example
Text Example
White with #628611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628611; }
p { color: rgb(98,134,17); }
H1.HeaderClassName
{
color: #628611;
}
.AnyTagClassName
{
color: #628611;
}
</style>
background-color css
<style>
a { background-color: #628611; }
a { background-color: rgb(98,134,17); }
div.DivClassName
{
background-color: #628611;
}
.BgClassName
{
background-color: #628611;
}
</style>
border-color css
<style>
span { border-color: #628611; }
span { border-color: rgb(98,134,17); }
td.TdClassName
{
border-color: #628611;
}
.TagClassName
{
border-color: #628611;
}
</style>