Shades of Olive Drab #628410
Tints of Olive Drab #628410
RGB
CMYK
RGB Variations
Color information
#628410 (or 0x628410) is known color: Olive Drab. HEX triplet: 62, 84 and 10. RGB value is (98,132,16). Sum of RGB (Red+Green+Blue) = 98+132+16=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 132 (51.95% from 255 or 53.66% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 132 - color contains mainly: green. Hex color #628410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628410 is #9D7BEF. Grayscale: #6D6D6D. Windows color (decimal): -10320880 or 1082466. OLE color: 1082466.
HSL color Cylindrical-coordinate representation of color #628410: hue angle of 77.59º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #628410 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 132 | 16 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.48 |
| HSL | 77.59º | 0.78% | 0.29% | - |
| HSV(B) | 77.59º | 0.88% | 0.52% | - |
| XYZ | 13.38 | 19.14 | 3.48 | - |
| YUV | 108.61 | 75.74 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 132 | 16 | 0.26 | 0 | 0.88 | 0.48 | 77.59 | 0.78 | 0.29 |
| Hex | 62 | 84 | 10 | 1A | 0 | 58 | 30 | 4E | 4E | 1D |
| Octal | 142 | 204 | 20 | 32 | 0 | 130 | 60 | 116 | 116 | 35 |
| Binary | 1100010 | 10000100 | 10000 | 11010 | 0 | 1011000 | 110000 | 1001110 | 1001110 | 11101 |
Color Harmonies of #628410
Complementary color
Monochromatic Colors of #628410
Black with #628410
Text Example
Text Example
White with #628410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628410; }
p { color: rgb(98,132,16); }
H1.HeaderClassName
{
color: #628410;
}
.AnyTagClassName
{
color: #628410;
}
</style>
background-color css
<style>
a { background-color: #628410; }
a { background-color: rgb(98,132,16); }
div.DivClassName
{
background-color: #628410;
}
.BgClassName
{
background-color: #628410;
}
</style>
border-color css
<style>
span { border-color: #628410; }
span { border-color: rgb(98,132,16); }
td.TdClassName
{
border-color: #628410;
}
.TagClassName
{
border-color: #628410;
}
</style>