Shades of Olive Drab #628811
Tints of Olive Drab #628811
RGB
CMYK
RGB Variations
Color information
#628811 (or 0x628811) is known color: Olive Drab. HEX triplet: 62, 88 and 11. RGB value is (98,136,17). Sum of RGB (Red+Green+Blue) = 98+136+17=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #628811 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628811 is #9D77EE. Grayscale: #6F6F6F. Windows color (decimal): -10319855 or 1149026. OLE color: 1149026.
HSL color Cylindrical-coordinate representation of color #628811: hue angle of 79.16º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #628811 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 136 | 17 | - |
| CMYK | 0.28 | 0 | 0.87 | 0.47 |
| HSL | 79.16º | 0.78% | 0.3% | - |
| HSV(B) | 79.16º | 0.88% | 0.53% | - |
| XYZ | 13.94 | 20.25 | 3.7 | - |
| YUV | 111.07 | 74.91 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 136 | 17 | 0.28 | 0 | 0.87 | 0.47 | 79.16 | 0.78 | 0.3 |
| Hex | 62 | 88 | 11 | 1C | 0 | 57 | 2F | 4F | 4E | 1E |
| Octal | 142 | 210 | 21 | 34 | 0 | 127 | 57 | 117 | 116 | 36 |
| Binary | 1100010 | 10001000 | 10001 | 11100 | 0 | 1010111 | 101111 | 1001111 | 1001110 | 11110 |
Color Harmonies of #628811
Complementary color
Monochromatic Colors of #628811
Black with #628811
Text Example
Text Example
White with #628811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628811; }
p { color: rgb(98,136,17); }
H1.HeaderClassName
{
color: #628811;
}
.AnyTagClassName
{
color: #628811;
}
</style>
background-color css
<style>
a { background-color: #628811; }
a { background-color: rgb(98,136,17); }
div.DivClassName
{
background-color: #628811;
}
.BgClassName
{
background-color: #628811;
}
</style>
border-color css
<style>
span { border-color: #628811; }
span { border-color: rgb(98,136,17); }
td.TdClassName
{
border-color: #628811;
}
.TagClassName
{
border-color: #628811;
}
</style>