Shades of Olive Drab #628812
Tints of Olive Drab #628812
RGB
CMYK
RGB Variations
Color information
#628812 (or 0x628812) is known color: Olive Drab. HEX triplet: 62, 88 and 12. RGB value is (98,136,18). Sum of RGB (Red+Green+Blue) = 98+136+18=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #628812 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628812 is #9D77ED. Grayscale: #6F6F6F. Windows color (decimal): -10319854 or 1214562. OLE color: 1214562.
HSL color Cylindrical-coordinate representation of color #628812: hue angle of 79.32º 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 #628812 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 136 | 18 | - |
| CMYK | 0.28 | 0 | 0.87 | 0.47 |
| HSL | 79.32º | 0.77% | 0.3% | - |
| HSV(B) | 79.32º | 0.87% | 0.53% | - |
| XYZ | 13.95 | 20.25 | 3.75 | - |
| YUV | 111.19 | 75.41 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 136 | 18 | 0.28 | 0 | 0.87 | 0.47 | 79.32 | 0.77 | 0.3 |
| Hex | 62 | 88 | 12 | 1C | 0 | 57 | 2F | 4F | 4D | 1E |
| Octal | 142 | 210 | 22 | 34 | 0 | 127 | 57 | 117 | 115 | 36 |
| Binary | 1100010 | 10001000 | 10010 | 11100 | 0 | 1010111 | 101111 | 1001111 | 1001101 | 11110 |
Color Harmonies of #628812
Complementary color
Monochromatic Colors of #628812
Black with #628812
Text Example
Text Example
White with #628812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628812; }
p { color: rgb(98,136,18); }
H1.HeaderClassName
{
color: #628812;
}
.AnyTagClassName
{
color: #628812;
}
</style>
background-color css
<style>
a { background-color: #628812; }
a { background-color: rgb(98,136,18); }
div.DivClassName
{
background-color: #628812;
}
.BgClassName
{
background-color: #628812;
}
</style>
border-color css
<style>
span { border-color: #628812; }
span { border-color: rgb(98,136,18); }
td.TdClassName
{
border-color: #628812;
}
.TagClassName
{
border-color: #628812;
}
</style>