Shades of Olive Drab #61831D
Tints of Olive Drab #61831D
RGB
CMYK
RGB Variations
Color information
#61831D (or 0x61831D) is known color: Olive Drab. HEX triplet: 61, 83 and 1D. RGB value is (97,131,29). Sum of RGB (Red+Green+Blue) = 97+131+29=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #61831D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61831D is #9E7CE2. Grayscale: #6D6D6D. Windows color (decimal): -10386659 or 1934177. OLE color: 1934177.
HSL color Cylindrical-coordinate representation of color #61831D: hue angle of 80º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61831D is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 131 | 29 | - |
| CMYK | 0.26 | 0 | 0.78 | 0.49 |
| HSL | 80º | 0.64% | 0.31% | - |
| HSV(B) | 80º | 0.78% | 0.51% | - |
| XYZ | 13.27 | 18.86 | 4.1 | - |
| YUV | 109.21 | 82.74 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 131 | 29 | 0.26 | 0 | 0.78 | 0.49 | 80 | 0.64 | 0.31 |
| Hex | 61 | 83 | 1D | 1A | 0 | 4E | 31 | 50 | 40 | 1F |
| Octal | 141 | 203 | 35 | 32 | 0 | 116 | 61 | 120 | 100 | 37 |
| Binary | 1100001 | 10000011 | 11101 | 11010 | 0 | 1001110 | 110001 | 1010000 | 1000000 | 11111 |
Color Harmonies of #61831D
Complementary color
Monochromatic Colors of #61831D
Black with #61831D
Text Example
Text Example
White with #61831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61831D; }
p { color: rgb(97,131,29); }
H1.HeaderClassName
{
color: #61831D;
}
.AnyTagClassName
{
color: #61831D;
}
</style>
background-color css
<style>
a { background-color: #61831D; }
a { background-color: rgb(97,131,29); }
div.DivClassName
{
background-color: #61831D;
}
.BgClassName
{
background-color: #61831D;
}
</style>
border-color css
<style>
span { border-color: #61831D; }
span { border-color: rgb(97,131,29); }
td.TdClassName
{
border-color: #61831D;
}
.TagClassName
{
border-color: #61831D;
}
</style>