Shades of Olive Drab #628521
Tints of Olive Drab #628521
RGB
CMYK
RGB Variations
Color information
#628521 (or 0x628521) is known color: Olive Drab. HEX triplet: 62, 85 and 21. RGB value is (98,133,33). Sum of RGB (Red+Green+Blue) = 98+133+33=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #628521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628521 is #9D7ADE. Grayscale: #6F6F6F. Windows color (decimal): -10320607 or 2196834. OLE color: 2196834.
HSL color Cylindrical-coordinate representation of color #628521: hue angle of 81º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #628521 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 133 | 33 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.48 |
| HSL | 81º | 0.6% | 0.33% | - |
| HSV(B) | 81º | 0.75% | 0.52% | - |
| XYZ | 13.7 | 19.48 | 4.48 | - |
| YUV | 111.14 | 83.9 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 33 | 0.26 | 0 | 0.75 | 0.48 | 81 | 0.6 | 0.33 |
| Hex | 62 | 85 | 21 | 1A | 0 | 4B | 30 | 51 | 3C | 21 |
| Octal | 142 | 205 | 41 | 32 | 0 | 113 | 60 | 121 | 74 | 41 |
| Binary | 1100010 | 10000101 | 100001 | 11010 | 0 | 1001011 | 110000 | 1010001 | 111100 | 100001 |
Color Harmonies of #628521
Complementary color
Monochromatic Colors of #628521
Black with #628521
Text Example
Text Example
White with #628521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628521; }
p { color: rgb(98,133,33); }
H1.HeaderClassName
{
color: #628521;
}
.AnyTagClassName
{
color: #628521;
}
</style>
background-color css
<style>
a { background-color: #628521; }
a { background-color: rgb(98,133,33); }
div.DivClassName
{
background-color: #628521;
}
.BgClassName
{
background-color: #628521;
}
</style>
border-color css
<style>
span { border-color: #628521; }
span { border-color: rgb(98,133,33); }
td.TdClassName
{
border-color: #628521;
}
.TagClassName
{
border-color: #628521;
}
</style>