Shades of Olive Drab #628F0F
Tints of Olive Drab #628F0F
RGB
CMYK
RGB Variations
Color information
#628F0F (or 0x628F0F) is known color: Olive Drab. HEX triplet: 62, 8F and 0F. RGB value is (98,143,15). Sum of RGB (Red+Green+Blue) = 98+143+15=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 143 (56.25% from 255 or 55.86% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 143 - color contains mainly: green. Hex color #628F0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628F0F is #9D70F0. Grayscale: #737373. Windows color (decimal): -10318065 or 1019746. OLE color: 1019746.
HSL color Cylindrical-coordinate representation of color #628F0F: hue angle of 81.09º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #628F0F is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 143 | 15 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.44 |
| HSL | 81.09º | 0.81% | 0.31% | - |
| HSV(B) | 81.09º | 0.9% | 0.56% | - |
| XYZ | 14.95 | 22.28 | 3.96 | - |
| YUV | 114.95 | 71.59 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 15 | 0.31 | 0 | 0.90 | 0.44 | 81.09 | 0.81 | 0.31 |
| Hex | 62 | 8F | F | 1F | 0 | 5A | 2C | 51 | 51 | 1F |
| Octal | 142 | 217 | 17 | 37 | 0 | 132 | 54 | 121 | 121 | 37 |
| Binary | 1100010 | 10001111 | 1111 | 11111 | 0 | 1011010 | 101100 | 1010001 | 1010001 | 11111 |
Color Harmonies of #628F0F
Complementary color
Monochromatic Colors of #628F0F
Black with #628F0F
Text Example
Text Example
White with #628F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628F0F; }
p { color: rgb(98,143,15); }
H1.HeaderClassName
{
color: #628F0F;
}
.AnyTagClassName
{
color: #628F0F;
}
</style>
background-color css
<style>
a { background-color: #628F0F; }
a { background-color: rgb(98,143,15); }
div.DivClassName
{
background-color: #628F0F;
}
.BgClassName
{
background-color: #628F0F;
}
</style>
border-color css
<style>
span { border-color: #628F0F; }
span { border-color: rgb(98,143,15); }
td.TdClassName
{
border-color: #628F0F;
}
.TagClassName
{
border-color: #628F0F;
}
</style>