Shades of Olive Drab #628A0A
Tints of Olive Drab #628A0A
RGB
CMYK
RGB Variations
Color information
#628A0A (or 0x628A0A) is known color: Olive Drab. HEX triplet: 62, 8A and 0A. RGB value is (98,138,10). Sum of RGB (Red+Green+Blue) = 98+138+10=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 138 (54.30% from 255 or 56.10% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 138 - color contains mainly: green. Hex color #628A0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628A0A is #9D75F5. Grayscale: #6F6F6F. Windows color (decimal): -10319350 or 690786. OLE color: 690786.
HSL color Cylindrical-coordinate representation of color #628A0A: hue angle of 78.75º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #628A0A is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 138 | 10 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.46 |
| HSL | 78.75º | 0.86% | 0.29% | - |
| HSV(B) | 78.75º | 0.93% | 0.54% | - |
| XYZ | 14.18 | 20.8 | 3.55 | - |
| YUV | 111.45 | 70.75 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 138 | 10 | 0.29 | 0 | 0.93 | 0.46 | 78.75 | 0.86 | 0.29 |
| Hex | 62 | 8A | A | 1D | 0 | 5D | 2E | 4F | 56 | 1D |
| Octal | 142 | 212 | 12 | 35 | 0 | 135 | 56 | 117 | 126 | 35 |
| Binary | 1100010 | 10001010 | 1010 | 11101 | 0 | 1011101 | 101110 | 1001111 | 1010110 | 11101 |
Color Harmonies of #628A0A
Complementary color
Monochromatic Colors of #628A0A
Black with #628A0A
Text Example
Text Example
White with #628A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628A0A; }
p { color: rgb(98,138,10); }
H1.HeaderClassName
{
color: #628A0A;
}
.AnyTagClassName
{
color: #628A0A;
}
</style>
background-color css
<style>
a { background-color: #628A0A; }
a { background-color: rgb(98,138,10); }
div.DivClassName
{
background-color: #628A0A;
}
.BgClassName
{
background-color: #628A0A;
}
</style>
border-color css
<style>
span { border-color: #628A0A; }
span { border-color: rgb(98,138,10); }
td.TdClassName
{
border-color: #628A0A;
}
.TagClassName
{
border-color: #628A0A;
}
</style>