Shades of Olive Drab #619504
Tints of Olive Drab #619504
RGB
CMYK
RGB Variations
Color information
#619504 (or 0x619504) is known color: Olive Drab. HEX triplet: 61, 95 and 04. RGB value is (97,149,4). Sum of RGB (Red+Green+Blue) = 97+149+4=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 149 (58.59% from 255 or 59.6% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 149 - color contains mainly: green. Hex color #619504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619504 is #9E6AFB. Grayscale: #757575. Windows color (decimal): -10382076 or 300385. OLE color: 300385.
HSL color Cylindrical-coordinate representation of color #619504: hue angle of 81.52º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #619504 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 149 | 4 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.42 |
| HSL | 81.52º | 0.95% | 0.3% | - |
| HSV(B) | 81.52º | 0.97% | 0.58% | - |
| XYZ | 15.7 | 24.05 | 3.93 | - |
| YUV | 116.92 | 64.27 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 149 | 4 | 0.35 | 0 | 0.97 | 0.42 | 81.52 | 0.95 | 0.3 |
| Hex | 61 | 95 | 4 | 23 | 0 | 61 | 2A | 52 | 5F | 1E |
| Octal | 141 | 225 | 4 | 43 | 0 | 141 | 52 | 122 | 137 | 36 |
| Binary | 1100001 | 10010101 | 100 | 100011 | 0 | 1100001 | 101010 | 1010010 | 1011111 | 11110 |
Color Harmonies of #619504
Complementary color
Monochromatic Colors of #619504
Black with #619504
Text Example
Text Example
White with #619504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619504; }
p { color: rgb(97,149,4); }
H1.HeaderClassName
{
color: #619504;
}
.AnyTagClassName
{
color: #619504;
}
</style>
background-color css
<style>
a { background-color: #619504; }
a { background-color: rgb(97,149,4); }
div.DivClassName
{
background-color: #619504;
}
.BgClassName
{
background-color: #619504;
}
</style>
border-color css
<style>
span { border-color: #619504; }
span { border-color: rgb(97,149,4); }
td.TdClassName
{
border-color: #619504;
}
.TagClassName
{
border-color: #619504;
}
</style>