Shades of Olive Drab #61870D
Tints of Olive Drab #61870D
RGB
CMYK
RGB Variations
Color information
#61870D (or 0x61870D) is known color: Olive Drab. HEX triplet: 61, 87 and 0D. RGB value is (97,135,13). Sum of RGB (Red+Green+Blue) = 97+135+13=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #61870D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61870D is #9E78F2. Grayscale: #6E6E6E. Windows color (decimal): -10385651 or 886625. OLE color: 886625.
HSL color Cylindrical-coordinate representation of color #61870D: hue angle of 78.69º degrees, saturation: 0.82, 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 #61870D is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 135 | 13 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.47 |
| HSL | 78.69º | 0.82% | 0.29% | - |
| HSV(B) | 78.69º | 0.9% | 0.53% | - |
| XYZ | 13.67 | 19.9 | 3.5 | - |
| YUV | 109.73 | 73.41 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 135 | 13 | 0.28 | 0 | 0.90 | 0.47 | 78.69 | 0.82 | 0.29 |
| Hex | 61 | 87 | D | 1C | 0 | 5A | 2F | 4F | 52 | 1D |
| Octal | 141 | 207 | 15 | 34 | 0 | 132 | 57 | 117 | 122 | 35 |
| Binary | 1100001 | 10000111 | 1101 | 11100 | 0 | 1011010 | 101111 | 1001111 | 1010010 | 11101 |
Color Harmonies of #61870D
Complementary color
Monochromatic Colors of #61870D
Black with #61870D
Text Example
Text Example
White with #61870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61870D; }
p { color: rgb(97,135,13); }
H1.HeaderClassName
{
color: #61870D;
}
.AnyTagClassName
{
color: #61870D;
}
</style>
background-color css
<style>
a { background-color: #61870D; }
a { background-color: rgb(97,135,13); }
div.DivClassName
{
background-color: #61870D;
}
.BgClassName
{
background-color: #61870D;
}
</style>
border-color css
<style>
span { border-color: #61870D; }
span { border-color: rgb(97,135,13); }
td.TdClassName
{
border-color: #61870D;
}
.TagClassName
{
border-color: #61870D;
}
</style>