Shades of Olive Drab #61891C
Tints of Olive Drab #61891C
RGB
CMYK
RGB Variations
Color information
#61891C (or 0x61891C) is known color: Olive Drab. HEX triplet: 61, 89 and 1C. RGB value is (97,137,28). Sum of RGB (Red+Green+Blue) = 97+137+28=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #61891C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61891C is #9E76E3. Grayscale: #717171. Windows color (decimal): -10385124 or 1870177. OLE color: 1870177.
HSL color Cylindrical-coordinate representation of color #61891C: hue angle of 82.02º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61891C is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 97 | 137 | 28 | - |
| CMYK | 0.29 | 0 | 0.80 | 0.46 |
| HSL | 82.02º | 0.66% | 0.32% | - |
| HSV(B) | 82.02º | 0.8% | 0.54% | - |
| XYZ | 14.09 | 20.52 | 4.32 | - |
| YUV | 112.61 | 80.25 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 137 | 28 | 0.29 | 0 | 0.80 | 0.46 | 82.02 | 0.66 | 0.32 |
| Hex | 61 | 89 | 1C | 1D | 0 | 50 | 2E | 52 | 42 | 20 |
| Octal | 141 | 211 | 34 | 35 | 0 | 120 | 56 | 122 | 102 | 40 |
| Binary | 1100001 | 10001001 | 11100 | 11101 | 0 | 1010000 | 101110 | 1010010 | 1000010 | 100000 |
Color Harmonies of #61891C
Complementary color
Monochromatic Colors of #61891C
Black with #61891C
Text Example
Text Example
White with #61891C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61891C; }
p { color: rgb(97,137,28); }
H1.HeaderClassName
{
color: #61891C;
}
.AnyTagClassName
{
color: #61891C;
}
</style>
background-color css
<style>
a { background-color: #61891C; }
a { background-color: rgb(97,137,28); }
div.DivClassName
{
background-color: #61891C;
}
.BgClassName
{
background-color: #61891C;
}
</style>
border-color css
<style>
span { border-color: #61891C; }
span { border-color: rgb(97,137,28); }
td.TdClassName
{
border-color: #61891C;
}
.TagClassName
{
border-color: #61891C;
}
</style>