Shades of Olive Drab #61871E
Tints of Olive Drab #61871E
RGB
CMYK
RGB Variations
Color information
#61871E (or 0x61871E) is known color: Olive Drab. HEX triplet: 61, 87 and 1E. RGB value is (97,135,30). Sum of RGB (Red+Green+Blue) = 97+135+30=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 135 (53.12% from 255 or 51.53% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 135 - color contains mainly: green. Hex color #61871E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61871E is #9E78E1. Grayscale: #707070. Windows color (decimal): -10385634 or 2000737. OLE color: 2000737.
HSL color Cylindrical-coordinate representation of color #61871E: hue angle of 81.71º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61871E is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 135 | 30 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.47 |
| HSL | 81.71º | 0.64% | 0.32% | - |
| HSV(B) | 81.71º | 0.78% | 0.53% | - |
| XYZ | 13.83 | 19.96 | 4.35 | - |
| YUV | 111.67 | 81.91 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 135 | 30 | 0.28 | 0 | 0.78 | 0.47 | 81.71 | 0.64 | 0.32 |
| Hex | 61 | 87 | 1E | 1C | 0 | 4E | 2F | 52 | 40 | 20 |
| Octal | 141 | 207 | 36 | 34 | 0 | 116 | 57 | 122 | 100 | 40 |
| Binary | 1100001 | 10000111 | 11110 | 11100 | 0 | 1001110 | 101111 | 1010010 | 1000000 | 100000 |
Color Harmonies of #61871E
Complementary color
Monochromatic Colors of #61871E
Black with #61871E
Text Example
Text Example
White with #61871E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61871E; }
p { color: rgb(97,135,30); }
H1.HeaderClassName
{
color: #61871E;
}
.AnyTagClassName
{
color: #61871E;
}
</style>
background-color css
<style>
a { background-color: #61871E; }
a { background-color: rgb(97,135,30); }
div.DivClassName
{
background-color: #61871E;
}
.BgClassName
{
background-color: #61871E;
}
</style>
border-color css
<style>
span { border-color: #61871E; }
span { border-color: rgb(97,135,30); }
td.TdClassName
{
border-color: #61871E;
}
.TagClassName
{
border-color: #61871E;
}
</style>