Shades of Olive Drab #628110
Tints of Olive Drab #628110
RGB
CMYK
RGB Variations
Color information
#628110 (or 0x628110) is known color: Olive Drab. HEX triplet: 62, 81 and 10. RGB value is (98,129,16). Sum of RGB (Red+Green+Blue) = 98+129+16=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 129 (50.78% from 255 or 53.09% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 129 - color contains mainly: green. Hex color #628110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628110 is #9D7EEF. Grayscale: #6B6B6B. Windows color (decimal): -10321648 or 1081698. OLE color: 1081698.
HSL color Cylindrical-coordinate representation of color #628110: hue angle of 76.46º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #628110 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 129 | 16 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.49 |
| HSL | 76.46º | 0.78% | 0.28% | - |
| HSV(B) | 76.46º | 0.88% | 0.51% | - |
| XYZ | 12.98 | 18.33 | 3.34 | - |
| YUV | 106.85 | 76.73 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 16 | 0.24 | 0 | 0.88 | 0.49 | 76.46 | 0.78 | 0.28 |
| Hex | 62 | 81 | 10 | 18 | 0 | 58 | 31 | 4C | 4E | 1C |
| Octal | 142 | 201 | 20 | 30 | 0 | 130 | 61 | 114 | 116 | 34 |
| Binary | 1100010 | 10000001 | 10000 | 11000 | 0 | 1011000 | 110001 | 1001100 | 1001110 | 11100 |
Color Harmonies of #628110
Complementary color
Monochromatic Colors of #628110
Black with #628110
Text Example
Text Example
White with #628110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628110; }
p { color: rgb(98,129,16); }
H1.HeaderClassName
{
color: #628110;
}
.AnyTagClassName
{
color: #628110;
}
</style>
background-color css
<style>
a { background-color: #628110; }
a { background-color: rgb(98,129,16); }
div.DivClassName
{
background-color: #628110;
}
.BgClassName
{
background-color: #628110;
}
</style>
border-color css
<style>
span { border-color: #628110; }
span { border-color: rgb(98,129,16); }
td.TdClassName
{
border-color: #628110;
}
.TagClassName
{
border-color: #628110;
}
</style>