Shades of Olive Drab #628516
Tints of Olive Drab #628516
RGB
CMYK
RGB Variations
Color information
#628516 (or 0x628516) is known color: Olive Drab. HEX triplet: 62, 85 and 16. RGB value is (98,133,22). Sum of RGB (Red+Green+Blue) = 98+133+22=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #628516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628516 is #9D7AE9. Grayscale: #6E6E6E. Windows color (decimal): -10320618 or 1475938. OLE color: 1475938.
HSL color Cylindrical-coordinate representation of color #628516: hue angle of 78.92º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #628516 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 133 | 22 | - |
| CMYK | 0.26 | 0 | 0.83 | 0.48 |
| HSL | 78.92º | 0.72% | 0.3% | - |
| HSV(B) | 78.92º | 0.83% | 0.52% | - |
| XYZ | 13.57 | 19.43 | 3.79 | - |
| YUV | 109.88 | 78.4 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 22 | 0.26 | 0 | 0.83 | 0.48 | 78.92 | 0.72 | 0.3 |
| Hex | 62 | 85 | 16 | 1A | 0 | 53 | 30 | 4F | 48 | 1E |
| Octal | 142 | 205 | 26 | 32 | 0 | 123 | 60 | 117 | 110 | 36 |
| Binary | 1100010 | 10000101 | 10110 | 11010 | 0 | 1010011 | 110000 | 1001111 | 1001000 | 11110 |
Color Harmonies of #628516
Complementary color
Monochromatic Colors of #628516
Black with #628516
Text Example
Text Example
White with #628516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628516; }
p { color: rgb(98,133,22); }
H1.HeaderClassName
{
color: #628516;
}
.AnyTagClassName
{
color: #628516;
}
</style>
background-color css
<style>
a { background-color: #628516; }
a { background-color: rgb(98,133,22); }
div.DivClassName
{
background-color: #628516;
}
.BgClassName
{
background-color: #628516;
}
</style>
border-color css
<style>
span { border-color: #628516; }
span { border-color: rgb(98,133,22); }
td.TdClassName
{
border-color: #628516;
}
.TagClassName
{
border-color: #628516;
}
</style>