Shades of Olive Drab #628718
Tints of Olive Drab #628718
RGB
CMYK
RGB Variations
Color information
#628718 (or 0x628718) is known color: Olive Drab. HEX triplet: 62, 87 and 18. RGB value is (98,135,24). Sum of RGB (Red+Green+Blue) = 98+135+24=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #628718 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628718 is #9D78E7. Grayscale: #6F6F6F. Windows color (decimal): -10320104 or 1607522. OLE color: 1607522.
HSL color Cylindrical-coordinate representation of color #628718: hue angle of 80º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #628718 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 135 | 24 | - |
| CMYK | 0.27 | 0 | 0.82 | 0.47 |
| HSL | 80º | 0.7% | 0.31% | - |
| HSV(B) | 80º | 0.82% | 0.53% | - |
| XYZ | 13.87 | 19.99 | 3.99 | - |
| YUV | 111.28 | 78.74 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 135 | 24 | 0.27 | 0 | 0.82 | 0.47 | 80 | 0.7 | 0.31 |
| Hex | 62 | 87 | 18 | 1B | 0 | 52 | 2F | 50 | 46 | 1F |
| Octal | 142 | 207 | 30 | 33 | 0 | 122 | 57 | 120 | 106 | 37 |
| Binary | 1100010 | 10000111 | 11000 | 11011 | 0 | 1010010 | 101111 | 1010000 | 1000110 | 11111 |
Color Harmonies of #628718
Complementary color
Monochromatic Colors of #628718
Black with #628718
Text Example
Text Example
White with #628718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628718; }
p { color: rgb(98,135,24); }
H1.HeaderClassName
{
color: #628718;
}
.AnyTagClassName
{
color: #628718;
}
</style>
background-color css
<style>
a { background-color: #628718; }
a { background-color: rgb(98,135,24); }
div.DivClassName
{
background-color: #628718;
}
.BgClassName
{
background-color: #628718;
}
</style>
border-color css
<style>
span { border-color: #628718; }
span { border-color: rgb(98,135,24); }
td.TdClassName
{
border-color: #628718;
}
.TagClassName
{
border-color: #628718;
}
</style>