Shades of Olive Drab #628518
Tints of Olive Drab #628518
RGB
CMYK
RGB Variations
Color information
#628518 (or 0x628518) is known color: Olive Drab. HEX triplet: 62, 85 and 18. RGB value is (98,133,24). Sum of RGB (Red+Green+Blue) = 98+133+24=255 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.43% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #628518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628518 is #9D7AE7. Grayscale: #6E6E6E. Windows color (decimal): -10320616 or 1607010. OLE color: 1607010.
HSL color Cylindrical-coordinate representation of color #628518: hue angle of 79.27º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #628518 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 133 | 24 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.48 |
| HSL | 79.27º | 0.69% | 0.31% | - |
| HSV(B) | 79.27º | 0.82% | 0.52% | - |
| XYZ | 13.59 | 19.44 | 3.9 | - |
| YUV | 110.11 | 79.4 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 24 | 0.26 | 0 | 0.82 | 0.48 | 79.27 | 0.69 | 0.31 |
| Hex | 62 | 85 | 18 | 1A | 0 | 52 | 30 | 4F | 45 | 1F |
| Octal | 142 | 205 | 30 | 32 | 0 | 122 | 60 | 117 | 105 | 37 |
| Binary | 1100010 | 10000101 | 11000 | 11010 | 0 | 1010010 | 110000 | 1001111 | 1000101 | 11111 |
Color Harmonies of #628518
Complementary color
Monochromatic Colors of #628518
Black with #628518
Text Example
Text Example
White with #628518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628518; }
p { color: rgb(98,133,24); }
H1.HeaderClassName
{
color: #628518;
}
.AnyTagClassName
{
color: #628518;
}
</style>
background-color css
<style>
a { background-color: #628518; }
a { background-color: rgb(98,133,24); }
div.DivClassName
{
background-color: #628518;
}
.BgClassName
{
background-color: #628518;
}
</style>
border-color css
<style>
span { border-color: #628518; }
span { border-color: rgb(98,133,24); }
td.TdClassName
{
border-color: #628518;
}
.TagClassName
{
border-color: #628518;
}
</style>