Shades of Olive Drab #61810D
Tints of Olive Drab #61810D
RGB
CMYK
RGB Variations
Color information
#61810D (or 0x61810D) is known color: Olive Drab. HEX triplet: 61, 81 and 0D. RGB value is (97,129,13). Sum of RGB (Red+Green+Blue) = 97+129+13=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 129 (50.78% from 255 or 53.97% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 129 - color contains mainly: green. Hex color #61810D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61810D is #9E7EF2. Grayscale: #6A6A6A. Windows color (decimal): -10387187 or 885089. OLE color: 885089.
HSL color Cylindrical-coordinate representation of color #61810D: hue angle of 76.55º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61810D is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 129 | 13 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.49 |
| HSL | 76.55º | 0.82% | 0.28% | - |
| HSV(B) | 76.55º | 0.9% | 0.51% | - |
| XYZ | 12.85 | 18.27 | 3.23 | - |
| YUV | 106.21 | 75.4 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 129 | 13 | 0.25 | 0 | 0.90 | 0.49 | 76.55 | 0.82 | 0.28 |
| Hex | 61 | 81 | D | 19 | 0 | 5A | 31 | 4D | 52 | 1C |
| Octal | 141 | 201 | 15 | 31 | 0 | 132 | 61 | 115 | 122 | 34 |
| Binary | 1100001 | 10000001 | 1101 | 11001 | 0 | 1011010 | 110001 | 1001101 | 1010010 | 11100 |
Color Harmonies of #61810D
Complementary color
Monochromatic Colors of #61810D
Black with #61810D
Text Example
Text Example
White with #61810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61810D; }
p { color: rgb(97,129,13); }
H1.HeaderClassName
{
color: #61810D;
}
.AnyTagClassName
{
color: #61810D;
}
</style>
background-color css
<style>
a { background-color: #61810D; }
a { background-color: rgb(97,129,13); }
div.DivClassName
{
background-color: #61810D;
}
.BgClassName
{
background-color: #61810D;
}
</style>
border-color css
<style>
span { border-color: #61810D; }
span { border-color: rgb(97,129,13); }
td.TdClassName
{
border-color: #61810D;
}
.TagClassName
{
border-color: #61810D;
}
</style>