Shades of Olive Drab #619100
Tints of Olive Drab #619100
RGB
CMYK
RGB Variations
Color information
#619100 (or 0x619100) is known color: Olive Drab. HEX triplet: 61, 91 and 00. RGB value is (97,145,0). Sum of RGB (Red+Green+Blue) = 97+145+0=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 145 (57.03% from 255 or 59.92% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 145 - color contains mainly: green. Hex color #619100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619100 is #9E6EFF. Grayscale: #727272. Windows color (decimal): -10383104 or 37217. OLE color: 37217.
HSL color Cylindrical-coordinate representation of color #619100: hue angle of 79.86º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #619100 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 145 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.43 |
| HSL | 79.86º | 1% | 0.28% | - |
| HSV(B) | 79.86º | 1% | 0.57% | - |
| XYZ | 15.06 | 22.79 | 3.61 | - |
| YUV | 114.12 | 63.6 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 145 | 0 | 0.33 | 0 | 1 | 0.43 | 79.86 | 1 | 0.28 |
| Hex | 61 | 91 | 0 | 21 | 0 | 64 | 2B | 50 | 64 | 1C |
| Octal | 141 | 221 | 0 | 41 | 0 | 144 | 53 | 120 | 144 | 34 |
| Binary | 1100001 | 10010001 | 0 | 100001 | 0 | 1100100 | 101011 | 1010000 | 1100100 | 11100 |
Color Harmonies of #619100
Complementary color
Monochromatic Colors of #619100
Black with #619100
Text Example
Text Example
White with #619100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619100; }
p { color: rgb(97,145,0); }
H1.HeaderClassName
{
color: #619100;
}
.AnyTagClassName
{
color: #619100;
}
</style>
background-color css
<style>
a { background-color: #619100; }
a { background-color: rgb(97,145,0); }
div.DivClassName
{
background-color: #619100;
}
.BgClassName
{
background-color: #619100;
}
</style>
border-color css
<style>
span { border-color: #619100; }
span { border-color: rgb(97,145,0); }
td.TdClassName
{
border-color: #619100;
}
.TagClassName
{
border-color: #619100;
}
</style>