Shades of Olive Drab #619711
Tints of Olive Drab #619711
RGB
CMYK
RGB Variations
Color information
#619711 (or 0x619711) is known color: Olive Drab. HEX triplet: 61, 97 and 11. RGB value is (97,151,17). Sum of RGB (Red+Green+Blue) = 97+151+17=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 151 (59.38% from 255 or 56.98% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 151 - color contains mainly: green. Hex color #619711 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619711 is #9E68EE. Grayscale: #787878. Windows color (decimal): -10381551 or 1152865. OLE color: 1152865.
HSL color Cylindrical-coordinate representation of color #619711: hue angle of 84.18º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #619711 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 97 | 151 | 17 | - |
| CMYK | 0.36 | 0 | 0.89 | 0.41 |
| HSL | 84.18º | 0.8% | 0.33% | - |
| HSV(B) | 84.18º | 0.89% | 0.59% | - |
| XYZ | 16.1 | 24.72 | 4.45 | - |
| YUV | 119.58 | 70.11 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 151 | 17 | 0.36 | 0 | 0.89 | 0.41 | 84.18 | 0.8 | 0.33 |
| Hex | 61 | 97 | 11 | 24 | 0 | 59 | 29 | 54 | 50 | 21 |
| Octal | 141 | 227 | 21 | 44 | 0 | 131 | 51 | 124 | 120 | 41 |
| Binary | 1100001 | 10010111 | 10001 | 100100 | 0 | 1011001 | 101001 | 1010100 | 1010000 | 100001 |
Color Harmonies of #619711
Complementary color
Monochromatic Colors of #619711
Black with #619711
Text Example
Text Example
White with #619711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619711; }
p { color: rgb(97,151,17); }
H1.HeaderClassName
{
color: #619711;
}
.AnyTagClassName
{
color: #619711;
}
</style>
background-color css
<style>
a { background-color: #619711; }
a { background-color: rgb(97,151,17); }
div.DivClassName
{
background-color: #619711;
}
.BgClassName
{
background-color: #619711;
}
</style>
border-color css
<style>
span { border-color: #619711; }
span { border-color: rgb(97,151,17); }
td.TdClassName
{
border-color: #619711;
}
.TagClassName
{
border-color: #619711;
}
</style>