Shades of Olive Drab #628810
Tints of Olive Drab #628810
RGB
CMYK
RGB Variations
Color information
#628810 (or 0x628810) is known color: Olive Drab. HEX triplet: 62, 88 and 10. RGB value is (98,136,16). Sum of RGB (Red+Green+Blue) = 98+136+16=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #628810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628810 is #9D77EF. Grayscale: #6F6F6F. Windows color (decimal): -10319856 or 1083490. OLE color: 1083490.
HSL color Cylindrical-coordinate representation of color #628810: hue angle of 79º degrees, saturation: 0.79, 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 #628810 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 136 | 16 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.47 |
| HSL | 79º | 0.79% | 0.3% | - |
| HSV(B) | 79º | 0.88% | 0.53% | - |
| XYZ | 13.93 | 20.24 | 3.66 | - |
| YUV | 110.96 | 74.41 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 136 | 16 | 0.28 | 0 | 0.88 | 0.47 | 79 | 0.79 | 0.3 |
| Hex | 62 | 88 | 10 | 1C | 0 | 58 | 2F | 4F | 4F | 1E |
| Octal | 142 | 210 | 20 | 34 | 0 | 130 | 57 | 117 | 117 | 36 |
| Binary | 1100010 | 10001000 | 10000 | 11100 | 0 | 1011000 | 101111 | 1001111 | 1001111 | 11110 |
Color Harmonies of #628810
Complementary color
Monochromatic Colors of #628810
Black with #628810
Text Example
Text Example
White with #628810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628810; }
p { color: rgb(98,136,16); }
H1.HeaderClassName
{
color: #628810;
}
.AnyTagClassName
{
color: #628810;
}
</style>
background-color css
<style>
a { background-color: #628810; }
a { background-color: rgb(98,136,16); }
div.DivClassName
{
background-color: #628810;
}
.BgClassName
{
background-color: #628810;
}
</style>
border-color css
<style>
span { border-color: #628810; }
span { border-color: rgb(98,136,16); }
td.TdClassName
{
border-color: #628810;
}
.TagClassName
{
border-color: #628810;
}
</style>