Shades of Olive Drab #628821
Tints of Olive Drab #628821
RGB
CMYK
RGB Variations
Color information
#628821 (or 0x628821) is known color: Olive Drab. HEX triplet: 62, 88 and 21. RGB value is (98,136,33). Sum of RGB (Red+Green+Blue) = 98+136+33=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 136 (53.52% from 255 or 50.94% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 136 - color contains mainly: green. Hex color #628821 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628821 is #9D77DE. Grayscale: #717171. Windows color (decimal): -10319839 or 2197602. OLE color: 2197602.
HSL color Cylindrical-coordinate representation of color #628821: hue angle of 82.14º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #628821 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 136 | 33 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.47 |
| HSL | 82.14º | 0.61% | 0.33% | - |
| HSV(B) | 82.14º | 0.76% | 0.53% | - |
| XYZ | 14.12 | 20.31 | 4.62 | - |
| YUV | 112.9 | 82.91 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 136 | 33 | 0.28 | 0 | 0.76 | 0.47 | 82.14 | 0.61 | 0.33 |
| Hex | 62 | 88 | 21 | 1C | 0 | 4C | 2F | 52 | 3D | 21 |
| Octal | 142 | 210 | 41 | 34 | 0 | 114 | 57 | 122 | 75 | 41 |
| Binary | 1100010 | 10001000 | 100001 | 11100 | 0 | 1001100 | 101111 | 1010010 | 111101 | 100001 |
Color Harmonies of #628821
Complementary color
Monochromatic Colors of #628821
Black with #628821
Text Example
Text Example
White with #628821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628821; }
p { color: rgb(98,136,33); }
H1.HeaderClassName
{
color: #628821;
}
.AnyTagClassName
{
color: #628821;
}
</style>
background-color css
<style>
a { background-color: #628821; }
a { background-color: rgb(98,136,33); }
div.DivClassName
{
background-color: #628821;
}
.BgClassName
{
background-color: #628821;
}
</style>
border-color css
<style>
span { border-color: #628821; }
span { border-color: rgb(98,136,33); }
td.TdClassName
{
border-color: #628821;
}
.TagClassName
{
border-color: #628821;
}
</style>