Shades of Olive Drab #628114
Tints of Olive Drab #628114
RGB
CMYK
RGB Variations
Color information
#628114 (or 0x628114) is known color: Olive Drab. HEX triplet: 62, 81 and 14. RGB value is (98,129,20). Sum of RGB (Red+Green+Blue) = 98+129+20=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #628114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628114 is #9D7EEB. Grayscale: #6B6B6B. Windows color (decimal): -10321644 or 1343842. OLE color: 1343842.
HSL color Cylindrical-coordinate representation of color #628114: hue angle of 77.06º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #628114 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 129 | 20 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.49 |
| HSL | 77.06º | 0.73% | 0.29% | - |
| HSV(B) | 77.06º | 0.84% | 0.51% | - |
| XYZ | 13.01 | 18.35 | 3.52 | - |
| YUV | 107.31 | 78.73 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 20 | 0.24 | 0 | 0.84 | 0.49 | 77.06 | 0.73 | 0.29 |
| Hex | 62 | 81 | 14 | 18 | 0 | 54 | 31 | 4D | 49 | 1D |
| Octal | 142 | 201 | 24 | 30 | 0 | 124 | 61 | 115 | 111 | 35 |
| Binary | 1100010 | 10000001 | 10100 | 11000 | 0 | 1010100 | 110001 | 1001101 | 1001001 | 11101 |
Color Harmonies of #628114
Complementary color
Monochromatic Colors of #628114
Black with #628114
Text Example
Text Example
White with #628114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628114; }
p { color: rgb(98,129,20); }
H1.HeaderClassName
{
color: #628114;
}
.AnyTagClassName
{
color: #628114;
}
</style>
background-color css
<style>
a { background-color: #628114; }
a { background-color: rgb(98,129,20); }
div.DivClassName
{
background-color: #628114;
}
.BgClassName
{
background-color: #628114;
}
</style>
border-color css
<style>
span { border-color: #628114; }
span { border-color: rgb(98,129,20); }
td.TdClassName
{
border-color: #628114;
}
.TagClassName
{
border-color: #628114;
}
</style>