Shades of Olive Drab #628204
Tints of Olive Drab #628204
RGB
CMYK
RGB Variations
Color information
#628204 (or 0x628204) is known color: Olive Drab. HEX triplet: 62, 82 and 04. RGB value is (98,130,4). Sum of RGB (Red+Green+Blue) = 98+130+4=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #628204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628204 is #9D7DFB. Grayscale: #6A6A6A. Windows color (decimal): -10321404 or 295522. OLE color: 295522.
HSL color Cylindrical-coordinate representation of color #628204: hue angle of 75.24º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #628204 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 130 | 4 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.49 |
| HSL | 75.24º | 0.94% | 0.26% | - |
| HSV(B) | 75.24º | 0.97% | 0.51% | - |
| XYZ | 13.04 | 18.57 | 3.01 | - |
| YUV | 106.07 | 70.4 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 4 | 0.25 | 0 | 0.97 | 0.49 | 75.24 | 0.94 | 0.26 |
| Hex | 62 | 82 | 4 | 19 | 0 | 61 | 31 | 4B | 5E | 1A |
| Octal | 142 | 202 | 4 | 31 | 0 | 141 | 61 | 113 | 136 | 32 |
| Binary | 1100010 | 10000010 | 100 | 11001 | 0 | 1100001 | 110001 | 1001011 | 1011110 | 11010 |
Color Harmonies of #628204
Complementary color
Monochromatic Colors of #628204
Black with #628204
Text Example
Text Example
White with #628204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628204; }
p { color: rgb(98,130,4); }
H1.HeaderClassName
{
color: #628204;
}
.AnyTagClassName
{
color: #628204;
}
</style>
background-color css
<style>
a { background-color: #628204; }
a { background-color: rgb(98,130,4); }
div.DivClassName
{
background-color: #628204;
}
.BgClassName
{
background-color: #628204;
}
</style>
border-color css
<style>
span { border-color: #628204; }
span { border-color: rgb(98,130,4); }
td.TdClassName
{
border-color: #628204;
}
.TagClassName
{
border-color: #628204;
}
</style>