Shades of Olive Drab #61880D
Tints of Olive Drab #61880D
RGB
CMYK
RGB Variations
Color information
#61880D (or 0x61880D) is known color: Olive Drab. HEX triplet: 61, 88 and 0D. RGB value is (97,136,13). Sum of RGB (Red+Green+Blue) = 97+136+13=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 136 (53.52% from 255 or 55.28% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 136 - color contains mainly: green. Hex color #61880D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61880D is #9E77F2. Grayscale: #6E6E6E. Windows color (decimal): -10385395 or 886881. OLE color: 886881.
HSL color Cylindrical-coordinate representation of color #61880D: hue angle of 79.02º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61880D is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 136 | 13 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.47 |
| HSL | 79.02º | 0.83% | 0.29% | - |
| HSV(B) | 79.02º | 0.9% | 0.53% | - |
| XYZ | 13.81 | 20.18 | 3.55 | - |
| YUV | 110.32 | 73.08 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 136 | 13 | 0.29 | 0 | 0.90 | 0.47 | 79.02 | 0.83 | 0.29 |
| Hex | 61 | 88 | D | 1D | 0 | 5A | 2F | 4F | 53 | 1D |
| Octal | 141 | 210 | 15 | 35 | 0 | 132 | 57 | 117 | 123 | 35 |
| Binary | 1100001 | 10001000 | 1101 | 11101 | 0 | 1011010 | 101111 | 1001111 | 1010011 | 11101 |
Color Harmonies of #61880D
Complementary color
Monochromatic Colors of #61880D
Black with #61880D
Text Example
Text Example
White with #61880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61880D; }
p { color: rgb(97,136,13); }
H1.HeaderClassName
{
color: #61880D;
}
.AnyTagClassName
{
color: #61880D;
}
</style>
background-color css
<style>
a { background-color: #61880D; }
a { background-color: rgb(97,136,13); }
div.DivClassName
{
background-color: #61880D;
}
.BgClassName
{
background-color: #61880D;
}
</style>
border-color css
<style>
span { border-color: #61880D; }
span { border-color: rgb(97,136,13); }
td.TdClassName
{
border-color: #61880D;
}
.TagClassName
{
border-color: #61880D;
}
</style>