Shades of Olive Drab #61871C
Tints of Olive Drab #61871C
RGB
CMYK
RGB Variations
Color information
#61871C (or 0x61871C) is known color: Olive Drab. HEX triplet: 61, 87 and 1C. RGB value is (97,135,28). Sum of RGB (Red+Green+Blue) = 97+135+28=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #61871C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61871C is #9E78E3. Grayscale: #6F6F6F. Windows color (decimal): -10385636 or 1869665. OLE color: 1869665.
HSL color Cylindrical-coordinate representation of color #61871C: hue angle of 81.31º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #61871C is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 135 | 28 | - |
| CMYK | 0.28 | 0 | 0.79 | 0.47 |
| HSL | 81.31º | 0.66% | 0.32% | - |
| HSV(B) | 81.31º | 0.79% | 0.53% | - |
| XYZ | 13.8 | 19.95 | 4.22 | - |
| YUV | 111.44 | 80.91 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 135 | 28 | 0.28 | 0 | 0.79 | 0.47 | 81.31 | 0.66 | 0.32 |
| Hex | 61 | 87 | 1C | 1C | 0 | 4F | 2F | 51 | 42 | 20 |
| Octal | 141 | 207 | 34 | 34 | 0 | 117 | 57 | 121 | 102 | 40 |
| Binary | 1100001 | 10000111 | 11100 | 11100 | 0 | 1001111 | 101111 | 1010001 | 1000010 | 100000 |
Color Harmonies of #61871C
Complementary color
Monochromatic Colors of #61871C
Black with #61871C
Text Example
Text Example
White with #61871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61871C; }
p { color: rgb(97,135,28); }
H1.HeaderClassName
{
color: #61871C;
}
.AnyTagClassName
{
color: #61871C;
}
</style>
background-color css
<style>
a { background-color: #61871C; }
a { background-color: rgb(97,135,28); }
div.DivClassName
{
background-color: #61871C;
}
.BgClassName
{
background-color: #61871C;
}
</style>
border-color css
<style>
span { border-color: #61871C; }
span { border-color: rgb(97,135,28); }
td.TdClassName
{
border-color: #61871C;
}
.TagClassName
{
border-color: #61871C;
}
</style>