Shades of Olive Drab #628F15
Tints of Olive Drab #628F15
RGB
CMYK
RGB Variations
Color information
#628F15 (or 0x628F15) is known color: Olive Drab. HEX triplet: 62, 8F and 15. RGB value is (98,143,21). Sum of RGB (Red+Green+Blue) = 98+143+21=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 143 (56.25% from 255 or 54.58% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 143 - color contains mainly: green. Hex color #628F15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628F15 is #9D70EA. Grayscale: #747474. Windows color (decimal): -10318059 or 1412962. OLE color: 1412962.
HSL color Cylindrical-coordinate representation of color #628F15: hue angle of 82.13º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #628F15 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 143 | 21 | - |
| CMYK | 0.31 | 0 | 0.85 | 0.44 |
| HSL | 82.13º | 0.74% | 0.32% | - |
| HSV(B) | 82.13º | 0.85% | 0.56% | - |
| XYZ | 14.99 | 22.3 | 4.22 | - |
| YUV | 115.64 | 74.59 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 21 | 0.31 | 0 | 0.85 | 0.44 | 82.13 | 0.74 | 0.32 |
| Hex | 62 | 8F | 15 | 1F | 0 | 55 | 2C | 52 | 4A | 20 |
| Octal | 142 | 217 | 25 | 37 | 0 | 125 | 54 | 122 | 112 | 40 |
| Binary | 1100010 | 10001111 | 10101 | 11111 | 0 | 1010101 | 101100 | 1010010 | 1001010 | 100000 |
Color Harmonies of #628F15
Complementary color
Monochromatic Colors of #628F15
Black with #628F15
Text Example
Text Example
White with #628F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628F15; }
p { color: rgb(98,143,21); }
H1.HeaderClassName
{
color: #628F15;
}
.AnyTagClassName
{
color: #628F15;
}
</style>
background-color css
<style>
a { background-color: #628F15; }
a { background-color: rgb(98,143,21); }
div.DivClassName
{
background-color: #628F15;
}
.BgClassName
{
background-color: #628F15;
}
</style>
border-color css
<style>
span { border-color: #628F15; }
span { border-color: rgb(98,143,21); }
td.TdClassName
{
border-color: #628F15;
}
.TagClassName
{
border-color: #628F15;
}
</style>