Shades of Olive Drab #628C13
Tints of Olive Drab #628C13
RGB
CMYK
RGB Variations
Color information
#628C13 (or 0x628C13) is known color: Olive Drab. HEX triplet: 62, 8C and 13. RGB value is (98,140,19). Sum of RGB (Red+Green+Blue) = 98+140+19=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 140 (55.08% from 255 or 54.47% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 140 - color contains mainly: green. Hex color #628C13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628C13 is #9D73EC. Grayscale: #727272. Windows color (decimal): -10318829 or 1281122. OLE color: 1281122.
HSL color Cylindrical-coordinate representation of color #628C13: hue angle of 80.83º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #628C13 is Cyan = 0.3, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 140 | 19 | - |
| CMYK | 0.3 | 0 | 0.86 | 0.45 |
| HSL | 80.83º | 0.76% | 0.31% | - |
| HSV(B) | 80.83º | 0.86% | 0.55% | - |
| XYZ | 14.53 | 21.4 | 3.98 | - |
| YUV | 113.65 | 74.59 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 19 | 0.3 | 0 | 0.86 | 0.45 | 80.83 | 0.76 | 0.31 |
| Hex | 62 | 8C | 13 | 1E | 0 | 56 | 2D | 51 | 4C | 1F |
| Octal | 142 | 214 | 23 | 36 | 0 | 126 | 55 | 121 | 114 | 37 |
| Binary | 1100010 | 10001100 | 10011 | 11110 | 0 | 1010110 | 101101 | 1010001 | 1001100 | 11111 |
Color Harmonies of #628C13
Complementary color
Monochromatic Colors of #628C13
Black with #628C13
Text Example
Text Example
White with #628C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628C13; }
p { color: rgb(98,140,19); }
H1.HeaderClassName
{
color: #628C13;
}
.AnyTagClassName
{
color: #628C13;
}
</style>
background-color css
<style>
a { background-color: #628C13; }
a { background-color: rgb(98,140,19); }
div.DivClassName
{
background-color: #628C13;
}
.BgClassName
{
background-color: #628C13;
}
</style>
border-color css
<style>
span { border-color: #628C13; }
span { border-color: rgb(98,140,19); }
td.TdClassName
{
border-color: #628C13;
}
.TagClassName
{
border-color: #628C13;
}
</style>