Shades of Olive Drab #628806
Tints of Olive Drab #628806
RGB
CMYK
RGB Variations
Color information
#628806 (or 0x628806) is known color: Olive Drab. HEX triplet: 62, 88 and 06. RGB value is (98,136,6). Sum of RGB (Red+Green+Blue) = 98+136+6=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #628806 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628806 is #9D77F9. Grayscale: #6E6E6E. Windows color (decimal): -10319866 or 428130. OLE color: 428130.
HSL color Cylindrical-coordinate representation of color #628806: hue angle of 77.54º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #628806 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 136 | 6 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.47 |
| HSL | 77.54º | 0.92% | 0.28% | - |
| HSV(B) | 77.54º | 0.96% | 0.53% | - |
| XYZ | 13.87 | 20.22 | 3.34 | - |
| YUV | 109.82 | 69.41 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 136 | 6 | 0.28 | 0 | 0.96 | 0.47 | 77.54 | 0.92 | 0.28 |
| Hex | 62 | 88 | 6 | 1C | 0 | 60 | 2F | 4E | 5C | 1C |
| Octal | 142 | 210 | 6 | 34 | 0 | 140 | 57 | 116 | 134 | 34 |
| Binary | 1100010 | 10001000 | 110 | 11100 | 0 | 1100000 | 101111 | 1001110 | 1011100 | 11100 |
Color Harmonies of #628806
Complementary color
Monochromatic Colors of #628806
Black with #628806
Text Example
Text Example
White with #628806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628806; }
p { color: rgb(98,136,6); }
H1.HeaderClassName
{
color: #628806;
}
.AnyTagClassName
{
color: #628806;
}
</style>
background-color css
<style>
a { background-color: #628806; }
a { background-color: rgb(98,136,6); }
div.DivClassName
{
background-color: #628806;
}
.BgClassName
{
background-color: #628806;
}
</style>
border-color css
<style>
span { border-color: #628806; }
span { border-color: rgb(98,136,6); }
td.TdClassName
{
border-color: #628806;
}
.TagClassName
{
border-color: #628806;
}
</style>