Shades of Olive Drab #628A24
Tints of Olive Drab #628A24
RGB
CMYK
RGB Variations
Color information
#628A24 (or 0x628A24) is known color: Olive Drab. HEX triplet: 62, 8A and 24. RGB value is (98,138,36). Sum of RGB (Red+Green+Blue) = 98+138+36=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 138 (54.30% from 255 or 50.74% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 138 - color contains mainly: green. Hex color #628A24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628A24 is #9D75DB. Grayscale: #727272. Windows color (decimal): -10319324 or 2394722. OLE color: 2394722.
HSL color Cylindrical-coordinate representation of color #628A24: hue angle of 83.53º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #628A24 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 138 | 36 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.46 |
| HSL | 83.53º | 0.59% | 0.34% | - |
| HSV(B) | 83.53º | 0.74% | 0.54% | - |
| XYZ | 14.44 | 20.9 | 4.94 | - |
| YUV | 114.41 | 83.75 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 138 | 36 | 0.29 | 0 | 0.74 | 0.46 | 83.53 | 0.59 | 0.34 |
| Hex | 62 | 8A | 24 | 1D | 0 | 4A | 2E | 54 | 3B | 22 |
| Octal | 142 | 212 | 44 | 35 | 0 | 112 | 56 | 124 | 73 | 42 |
| Binary | 1100010 | 10001010 | 100100 | 11101 | 0 | 1001010 | 101110 | 1010100 | 111011 | 100010 |
Color Harmonies of #628A24
Complementary color
Monochromatic Colors of #628A24
Black with #628A24
Text Example
Text Example
White with #628A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628A24; }
p { color: rgb(98,138,36); }
H1.HeaderClassName
{
color: #628A24;
}
.AnyTagClassName
{
color: #628A24;
}
</style>
background-color css
<style>
a { background-color: #628A24; }
a { background-color: rgb(98,138,36); }
div.DivClassName
{
background-color: #628A24;
}
.BgClassName
{
background-color: #628A24;
}
</style>
border-color css
<style>
span { border-color: #628A24; }
span { border-color: rgb(98,138,36); }
td.TdClassName
{
border-color: #628A24;
}
.TagClassName
{
border-color: #628A24;
}
</style>