Shades of Olive Drab #61950C
Tints of Olive Drab #61950C
RGB
CMYK
RGB Variations
Color information
#61950C (or 0x61950C) is known color: Olive Drab. HEX triplet: 61, 95 and 0C. RGB value is (97,149,12). Sum of RGB (Red+Green+Blue) = 97+149+12=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #61950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61950C is #9E6AF3. Grayscale: #767676. Windows color (decimal): -10382068 or 824673. OLE color: 824673.
HSL color Cylindrical-coordinate representation of color #61950C: hue angle of 82.77º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61950C is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 149 | 12 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.42 |
| HSL | 82.77º | 0.85% | 0.32% | - |
| HSV(B) | 82.77º | 0.92% | 0.58% | - |
| XYZ | 15.74 | 24.06 | 4.16 | - |
| YUV | 117.83 | 68.27 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 149 | 12 | 0.35 | 0 | 0.92 | 0.42 | 82.77 | 0.85 | 0.32 |
| Hex | 61 | 95 | C | 23 | 0 | 5C | 2A | 53 | 55 | 20 |
| Octal | 141 | 225 | 14 | 43 | 0 | 134 | 52 | 123 | 125 | 40 |
| Binary | 1100001 | 10010101 | 1100 | 100011 | 0 | 1011100 | 101010 | 1010011 | 1010101 | 100000 |
Color Harmonies of #61950C
Complementary color
Monochromatic Colors of #61950C
Black with #61950C
Text Example
Text Example
White with #61950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61950C; }
p { color: rgb(97,149,12); }
H1.HeaderClassName
{
color: #61950C;
}
.AnyTagClassName
{
color: #61950C;
}
</style>
background-color css
<style>
a { background-color: #61950C; }
a { background-color: rgb(97,149,12); }
div.DivClassName
{
background-color: #61950C;
}
.BgClassName
{
background-color: #61950C;
}
</style>
border-color css
<style>
span { border-color: #61950C; }
span { border-color: rgb(97,149,12); }
td.TdClassName
{
border-color: #61950C;
}
.TagClassName
{
border-color: #61950C;
}
</style>