Shades of Olive Drab #61891A
Tints of Olive Drab #61891A
RGB
CMYK
RGB Variations
Color information
#61891A (or 0x61891A) is known color: Olive Drab. HEX triplet: 61, 89 and 1A. RGB value is (97,137,26). Sum of RGB (Red+Green+Blue) = 97+137+26=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 137 (53.91% from 255 or 52.69% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 137 - color contains mainly: green. Hex color #61891A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61891A is #9E76E5. Grayscale: #707070. Windows color (decimal): -10385126 or 1739105. OLE color: 1739105.
HSL color Cylindrical-coordinate representation of color #61891A: hue angle of 81.62º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #61891A is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 97 | 137 | 26 | - |
| CMYK | 0.29 | 0 | 0.81 | 0.46 |
| HSL | 81.62º | 0.68% | 0.32% | - |
| HSV(B) | 81.62º | 0.81% | 0.54% | - |
| XYZ | 14.06 | 20.51 | 4.19 | - |
| YUV | 112.39 | 79.25 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 137 | 26 | 0.29 | 0 | 0.81 | 0.46 | 81.62 | 0.68 | 0.32 |
| Hex | 61 | 89 | 1A | 1D | 0 | 51 | 2E | 52 | 44 | 20 |
| Octal | 141 | 211 | 32 | 35 | 0 | 121 | 56 | 122 | 104 | 40 |
| Binary | 1100001 | 10001001 | 11010 | 11101 | 0 | 1010001 | 101110 | 1010010 | 1000100 | 100000 |
Color Harmonies of #61891A
Complementary color
Monochromatic Colors of #61891A
Black with #61891A
Text Example
Text Example
White with #61891A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61891A; }
p { color: rgb(97,137,26); }
H1.HeaderClassName
{
color: #61891A;
}
.AnyTagClassName
{
color: #61891A;
}
</style>
background-color css
<style>
a { background-color: #61891A; }
a { background-color: rgb(97,137,26); }
div.DivClassName
{
background-color: #61891A;
}
.BgClassName
{
background-color: #61891A;
}
</style>
border-color css
<style>
span { border-color: #61891A; }
span { border-color: rgb(97,137,26); }
td.TdClassName
{
border-color: #61891A;
}
.TagClassName
{
border-color: #61891A;
}
</style>