Shades of Olive Drab #628218
Tints of Olive Drab #628218
RGB
CMYK
RGB Variations
Color information
#628218 (or 0x628218) is known color: Olive Drab. HEX triplet: 62, 82 and 18. RGB value is (98,130,24). Sum of RGB (Red+Green+Blue) = 98+130+24=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #628218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628218 is #9D7DE7. Grayscale: #6C6C6C. Windows color (decimal): -10321384 or 1606242. OLE color: 1606242.
HSL color Cylindrical-coordinate representation of color #628218: hue angle of 78.11º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #628218 is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 130 | 24 | - |
| CMYK | 0.25 | 0 | 0.82 | 0.49 |
| HSL | 78.11º | 0.69% | 0.3% | - |
| HSV(B) | 78.11º | 0.82% | 0.51% | - |
| XYZ | 13.18 | 18.63 | 3.76 | - |
| YUV | 108.35 | 80.4 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 24 | 0.25 | 0 | 0.82 | 0.49 | 78.11 | 0.69 | 0.3 |
| Hex | 62 | 82 | 18 | 19 | 0 | 52 | 31 | 4E | 45 | 1E |
| Octal | 142 | 202 | 30 | 31 | 0 | 122 | 61 | 116 | 105 | 36 |
| Binary | 1100010 | 10000010 | 11000 | 11001 | 0 | 1010010 | 110001 | 1001110 | 1000101 | 11110 |
Color Harmonies of #628218
Complementary color
Monochromatic Colors of #628218
Black with #628218
Text Example
Text Example
White with #628218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628218; }
p { color: rgb(98,130,24); }
H1.HeaderClassName
{
color: #628218;
}
.AnyTagClassName
{
color: #628218;
}
</style>
background-color css
<style>
a { background-color: #628218; }
a { background-color: rgb(98,130,24); }
div.DivClassName
{
background-color: #628218;
}
.BgClassName
{
background-color: #628218;
}
</style>
border-color css
<style>
span { border-color: #628218; }
span { border-color: rgb(98,130,24); }
td.TdClassName
{
border-color: #628218;
}
.TagClassName
{
border-color: #628218;
}
</style>