Shades of Olive Drab #628F11
Tints of Olive Drab #628F11
RGB
CMYK
RGB Variations
Color information
#628F11 (or 0x628F11) is known color: Olive Drab. HEX triplet: 62, 8F and 11. RGB value is (98,143,17). Sum of RGB (Red+Green+Blue) = 98+143+17=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 143 (56.25% from 255 or 55.43% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 143 - color contains mainly: green. Hex color #628F11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628F11 is #9D70EE. Grayscale: #737373. Windows color (decimal): -10318063 or 1150818. OLE color: 1150818.
HSL color Cylindrical-coordinate representation of color #628F11: hue angle of 81.43º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #628F11 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 143 | 17 | - |
| CMYK | 0.31 | 0 | 0.88 | 0.44 |
| HSL | 81.43º | 0.79% | 0.31% | - |
| HSV(B) | 81.43º | 0.88% | 0.56% | - |
| XYZ | 14.96 | 22.28 | 4.04 | - |
| YUV | 115.18 | 72.59 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 17 | 0.31 | 0 | 0.88 | 0.44 | 81.43 | 0.79 | 0.31 |
| Hex | 62 | 8F | 11 | 1F | 0 | 58 | 2C | 51 | 4F | 1F |
| Octal | 142 | 217 | 21 | 37 | 0 | 130 | 54 | 121 | 117 | 37 |
| Binary | 1100010 | 10001111 | 10001 | 11111 | 0 | 1011000 | 101100 | 1010001 | 1001111 | 11111 |
Color Harmonies of #628F11
Complementary color
Monochromatic Colors of #628F11
Black with #628F11
Text Example
Text Example
White with #628F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628F11; }
p { color: rgb(98,143,17); }
H1.HeaderClassName
{
color: #628F11;
}
.AnyTagClassName
{
color: #628F11;
}
</style>
background-color css
<style>
a { background-color: #628F11; }
a { background-color: rgb(98,143,17); }
div.DivClassName
{
background-color: #628F11;
}
.BgClassName
{
background-color: #628F11;
}
</style>
border-color css
<style>
span { border-color: #628F11; }
span { border-color: rgb(98,143,17); }
td.TdClassName
{
border-color: #628F11;
}
.TagClassName
{
border-color: #628F11;
}
</style>