Shades of Olive Drab #629615
Tints of Olive Drab #629615
RGB
CMYK
RGB Variations
Color information
#629615 (or 0x629615) is known color: Olive Drab. HEX triplet: 62, 96 and 15. RGB value is (98,150,21). Sum of RGB (Red+Green+Blue) = 98+150+21=269 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.43% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #629615 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629615 is #9D69EA. Grayscale: #787878. Windows color (decimal): -10316267 or 1414754. OLE color: 1414754.
HSL color Cylindrical-coordinate representation of color #629615: hue angle of 84.19º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #629615 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 98 | 150 | 21 | - |
| CMYK | 0.35 | 0 | 0.86 | 0.41 |
| HSL | 84.19º | 0.75% | 0.34% | - |
| HSV(B) | 84.19º | 0.86% | 0.59% | - |
| XYZ | 16.08 | 24.46 | 4.58 | - |
| YUV | 119.75 | 72.27 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 150 | 21 | 0.35 | 0 | 0.86 | 0.41 | 84.19 | 0.75 | 0.34 |
| Hex | 62 | 96 | 15 | 23 | 0 | 56 | 29 | 54 | 4B | 22 |
| Octal | 142 | 226 | 25 | 43 | 0 | 126 | 51 | 124 | 113 | 42 |
| Binary | 1100010 | 10010110 | 10101 | 100011 | 0 | 1010110 | 101001 | 1010100 | 1001011 | 100010 |
Color Harmonies of #629615
Complementary color
Monochromatic Colors of #629615
Black with #629615
Text Example
Text Example
White with #629615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629615; }
p { color: rgb(98,150,21); }
H1.HeaderClassName
{
color: #629615;
}
.AnyTagClassName
{
color: #629615;
}
</style>
background-color css
<style>
a { background-color: #629615; }
a { background-color: rgb(98,150,21); }
div.DivClassName
{
background-color: #629615;
}
.BgClassName
{
background-color: #629615;
}
</style>
border-color css
<style>
span { border-color: #629615; }
span { border-color: rgb(98,150,21); }
td.TdClassName
{
border-color: #629615;
}
.TagClassName
{
border-color: #629615;
}
</style>