Shades of Olive Drab #619310
Tints of Olive Drab #619310
RGB
CMYK
RGB Variations
Color information
#619310 (or 0x619310) is known color: Olive Drab. HEX triplet: 61, 93 and 10. RGB value is (97,147,16). Sum of RGB (Red+Green+Blue) = 97+147+16=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 147 (57.81% from 255 or 56.54% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 147 - color contains mainly: green. Hex color #619310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619310 is #9E6CEF. Grayscale: #757575. Windows color (decimal): -10382576 or 1086305. OLE color: 1086305.
HSL color Cylindrical-coordinate representation of color #619310: hue angle of 82.9º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #619310 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 147 | 16 | - |
| CMYK | 0.34 | 0 | 0.89 | 0.42 |
| HSL | 82.9º | 0.8% | 0.32% | - |
| HSV(B) | 82.9º | 0.89% | 0.58% | - |
| XYZ | 15.46 | 23.45 | 4.2 | - |
| YUV | 117.12 | 70.94 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 147 | 16 | 0.34 | 0 | 0.89 | 0.42 | 82.9 | 0.8 | 0.32 |
| Hex | 61 | 93 | 10 | 22 | 0 | 59 | 2A | 53 | 50 | 20 |
| Octal | 141 | 223 | 20 | 42 | 0 | 131 | 52 | 123 | 120 | 40 |
| Binary | 1100001 | 10010011 | 10000 | 100010 | 0 | 1011001 | 101010 | 1010011 | 1010000 | 100000 |
Color Harmonies of #619310
Complementary color
Monochromatic Colors of #619310
Black with #619310
Text Example
Text Example
White with #619310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619310; }
p { color: rgb(97,147,16); }
H1.HeaderClassName
{
color: #619310;
}
.AnyTagClassName
{
color: #619310;
}
</style>
background-color css
<style>
a { background-color: #619310; }
a { background-color: rgb(97,147,16); }
div.DivClassName
{
background-color: #619310;
}
.BgClassName
{
background-color: #619310;
}
</style>
border-color css
<style>
span { border-color: #619310; }
span { border-color: rgb(97,147,16); }
td.TdClassName
{
border-color: #619310;
}
.TagClassName
{
border-color: #619310;
}
</style>