Shades of Olive Drab #628C20
Tints of Olive Drab #628C20
RGB
CMYK
RGB Variations
Color information
#628C20 (or 0x628C20) is known color: Olive Drab. HEX triplet: 62, 8C and 20. RGB value is (98,140,32). Sum of RGB (Red+Green+Blue) = 98+140+32=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 140 (55.08% from 255 or 51.85% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 140 - color contains mainly: green. Hex color #628C20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628C20 is #9D73DF. Grayscale: #737373. Windows color (decimal): -10318816 or 2133090. OLE color: 2133090.
HSL color Cylindrical-coordinate representation of color #628C20: hue angle of 83.33º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #628C20 is Cyan = 0.3, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 140 | 32 | - |
| CMYK | 0.3 | 0 | 0.77 | 0.45 |
| HSL | 83.33º | 0.63% | 0.34% | - |
| HSV(B) | 83.33º | 0.77% | 0.55% | - |
| XYZ | 14.68 | 21.46 | 4.73 | - |
| YUV | 115.13 | 81.09 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 32 | 0.3 | 0 | 0.77 | 0.45 | 83.33 | 0.63 | 0.34 |
| Hex | 62 | 8C | 20 | 1E | 0 | 4D | 2D | 53 | 3F | 22 |
| Octal | 142 | 214 | 40 | 36 | 0 | 115 | 55 | 123 | 77 | 42 |
| Binary | 1100010 | 10001100 | 100000 | 11110 | 0 | 1001101 | 101101 | 1010011 | 111111 | 100010 |
Color Harmonies of #628C20
Complementary color
Monochromatic Colors of #628C20
Black with #628C20
Text Example
Text Example
White with #628C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628C20; }
p { color: rgb(98,140,32); }
H1.HeaderClassName
{
color: #628C20;
}
.AnyTagClassName
{
color: #628C20;
}
</style>
background-color css
<style>
a { background-color: #628C20; }
a { background-color: rgb(98,140,32); }
div.DivClassName
{
background-color: #628C20;
}
.BgClassName
{
background-color: #628C20;
}
</style>
border-color css
<style>
span { border-color: #628C20; }
span { border-color: rgb(98,140,32); }
td.TdClassName
{
border-color: #628C20;
}
.TagClassName
{
border-color: #628C20;
}
</style>