Shades of Olive Drab #61810F
Tints of Olive Drab #61810F
RGB
CMYK
RGB Variations
Color information
#61810F (or 0x61810F) is known color: Olive Drab. HEX triplet: 61, 81 and 0F. RGB value is (97,129,15). Sum of RGB (Red+Green+Blue) = 97+129+15=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 129 (50.78% from 255 or 53.53% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 129 - color contains mainly: green. Hex color #61810F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61810F is #9E7EF0. Grayscale: #6A6A6A. Windows color (decimal): -10387185 or 1016161. OLE color: 1016161.
HSL color Cylindrical-coordinate representation of color #61810F: hue angle of 76.84º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #61810F is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 129 | 15 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.49 |
| HSL | 76.84º | 0.79% | 0.28% | - |
| HSV(B) | 76.84º | 0.88% | 0.51% | - |
| XYZ | 12.87 | 18.28 | 3.3 | - |
| YUV | 106.44 | 76.4 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 129 | 15 | 0.25 | 0 | 0.88 | 0.49 | 76.84 | 0.79 | 0.28 |
| Hex | 61 | 81 | F | 19 | 0 | 58 | 31 | 4D | 4F | 1C |
| Octal | 141 | 201 | 17 | 31 | 0 | 130 | 61 | 115 | 117 | 34 |
| Binary | 1100001 | 10000001 | 1111 | 11001 | 0 | 1011000 | 110001 | 1001101 | 1001111 | 11100 |
Color Harmonies of #61810F
Complementary color
Monochromatic Colors of #61810F
Black with #61810F
Text Example
Text Example
White with #61810F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61810F; }
p { color: rgb(97,129,15); }
H1.HeaderClassName
{
color: #61810F;
}
.AnyTagClassName
{
color: #61810F;
}
</style>
background-color css
<style>
a { background-color: #61810F; }
a { background-color: rgb(97,129,15); }
div.DivClassName
{
background-color: #61810F;
}
.BgClassName
{
background-color: #61810F;
}
</style>
border-color css
<style>
span { border-color: #61810F; }
span { border-color: rgb(97,129,15); }
td.TdClassName
{
border-color: #61810F;
}
.TagClassName
{
border-color: #61810F;
}
</style>