Shades of Olive Drab #61812D
Tints of Olive Drab #61812D
RGB
CMYK
RGB Variations
Color information
#61812D (or 0x61812D) is known color: Olive Drab. HEX triplet: 61, 81 and 2D. RGB value is (97,129,45). Sum of RGB (Red+Green+Blue) = 97+129+45=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 129 - color contains mainly: green. Hex color #61812D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61812D is #9E7ED2. Grayscale: #6E6E6E. Windows color (decimal): -10387155 or 2982241. OLE color: 2982241.
HSL color Cylindrical-coordinate representation of color #61812D: hue angle of 82.86º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #61812D is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 129 | 45 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.49 |
| HSL | 82.86º | 0.48% | 0.34% | - |
| HSV(B) | 82.86º | 0.65% | 0.51% | - |
| XYZ | 13.25 | 18.43 | 5.34 | - |
| YUV | 109.86 | 91.4 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 129 | 45 | 0.25 | 0 | 0.65 | 0.49 | 82.86 | 0.48 | 0.34 |
| Hex | 61 | 81 | 2D | 19 | 0 | 41 | 31 | 53 | 30 | 22 |
| Octal | 141 | 201 | 55 | 31 | 0 | 101 | 61 | 123 | 60 | 42 |
| Binary | 1100001 | 10000001 | 101101 | 11001 | 0 | 1000001 | 110001 | 1010011 | 110000 | 100010 |
Color Harmonies of #61812D
Complementary color
Monochromatic Colors of #61812D
Black with #61812D
Text Example
Text Example
White with #61812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61812D; }
p { color: rgb(97,129,45); }
H1.HeaderClassName
{
color: #61812D;
}
.AnyTagClassName
{
color: #61812D;
}
</style>
background-color css
<style>
a { background-color: #61812D; }
a { background-color: rgb(97,129,45); }
div.DivClassName
{
background-color: #61812D;
}
.BgClassName
{
background-color: #61812D;
}
</style>
border-color css
<style>
span { border-color: #61812D; }
span { border-color: rgb(97,129,45); }
td.TdClassName
{
border-color: #61812D;
}
.TagClassName
{
border-color: #61812D;
}
</style>