Shades of Olive Drab #619502
Tints of Olive Drab #619502
RGB
CMYK
RGB Variations
Color information
#619502 (or 0x619502) is known color: Olive Drab. HEX triplet: 61, 95 and 02. RGB value is (97,149,2). Sum of RGB (Red+Green+Blue) = 97+149+2=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 149 (58.59% from 255 or 60.08% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 149 - color contains mainly: green. Hex color #619502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619502 is #9E6AFD. Grayscale: #757575. Windows color (decimal): -10382078 or 169313. OLE color: 169313.
HSL color Cylindrical-coordinate representation of color #619502: hue angle of 81.22º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #619502 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 149 | 2 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.42 |
| HSL | 81.22º | 0.97% | 0.3% | - |
| HSV(B) | 81.22º | 0.99% | 0.58% | - |
| XYZ | 15.69 | 24.04 | 3.87 | - |
| YUV | 116.69 | 63.27 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 149 | 2 | 0.35 | 0 | 0.99 | 0.42 | 81.22 | 0.97 | 0.3 |
| Hex | 61 | 95 | 2 | 23 | 0 | 63 | 2A | 51 | 61 | 1E |
| Octal | 141 | 225 | 2 | 43 | 0 | 143 | 52 | 121 | 141 | 36 |
| Binary | 1100001 | 10010101 | 10 | 100011 | 0 | 1100011 | 101010 | 1010001 | 1100001 | 11110 |
Color Harmonies of #619502
Complementary color
Monochromatic Colors of #619502
Black with #619502
Text Example
Text Example
White with #619502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619502; }
p { color: rgb(97,149,2); }
H1.HeaderClassName
{
color: #619502;
}
.AnyTagClassName
{
color: #619502;
}
</style>
background-color css
<style>
a { background-color: #619502; }
a { background-color: rgb(97,149,2); }
div.DivClassName
{
background-color: #619502;
}
.BgClassName
{
background-color: #619502;
}
</style>
border-color css
<style>
span { border-color: #619502; }
span { border-color: rgb(97,149,2); }
td.TdClassName
{
border-color: #619502;
}
.TagClassName
{
border-color: #619502;
}
</style>