Shades of Olive Drab #628613
Tints of Olive Drab #628613
RGB
CMYK
RGB Variations
Color information
#628613 (or 0x628613) is known color: Olive Drab. HEX triplet: 62, 86 and 13. RGB value is (98,134,19). Sum of RGB (Red+Green+Blue) = 98+134+19=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 134 (52.73% from 255 or 53.39% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 134 - color contains mainly: green. Hex color #628613 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628613 is #9D79EC. Grayscale: #6E6E6E. Windows color (decimal): -10320365 or 1279586. OLE color: 1279586.
HSL color Cylindrical-coordinate representation of color #628613: hue angle of 78.78º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #628613 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 134 | 19 | - |
| CMYK | 0.27 | 0 | 0.86 | 0.47 |
| HSL | 78.78º | 0.75% | 0.3% | - |
| HSV(B) | 78.78º | 0.86% | 0.53% | - |
| XYZ | 13.68 | 19.69 | 3.7 | - |
| YUV | 110.13 | 76.57 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 19 | 0.27 | 0 | 0.86 | 0.47 | 78.78 | 0.75 | 0.3 |
| Hex | 62 | 86 | 13 | 1B | 0 | 56 | 2F | 4F | 4B | 1E |
| Octal | 142 | 206 | 23 | 33 | 0 | 126 | 57 | 117 | 113 | 36 |
| Binary | 1100010 | 10000110 | 10011 | 11011 | 0 | 1010110 | 101111 | 1001111 | 1001011 | 11110 |
Color Harmonies of #628613
Complementary color
Monochromatic Colors of #628613
Black with #628613
Text Example
Text Example
White with #628613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628613; }
p { color: rgb(98,134,19); }
H1.HeaderClassName
{
color: #628613;
}
.AnyTagClassName
{
color: #628613;
}
</style>
background-color css
<style>
a { background-color: #628613; }
a { background-color: rgb(98,134,19); }
div.DivClassName
{
background-color: #628613;
}
.BgClassName
{
background-color: #628613;
}
</style>
border-color css
<style>
span { border-color: #628613; }
span { border-color: rgb(98,134,19); }
td.TdClassName
{
border-color: #628613;
}
.TagClassName
{
border-color: #628613;
}
</style>