Shades of Olive Drab #61850D
Tints of Olive Drab #61850D
RGB
CMYK
RGB Variations
Color information
#61850D (or 0x61850D) is known color: Olive Drab. HEX triplet: 61, 85 and 0D. RGB value is (97,133,13). Sum of RGB (Red+Green+Blue) = 97+133+13=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #61850D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61850D is #9E7AF2. Grayscale: #6D6D6D. Windows color (decimal): -10386163 or 886113. OLE color: 886113.
HSL color Cylindrical-coordinate representation of color #61850D: hue angle of 78º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61850D is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 133 | 13 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.48 |
| HSL | 78º | 0.82% | 0.29% | - |
| HSV(B) | 78º | 0.9% | 0.52% | - |
| XYZ | 13.39 | 19.35 | 3.41 | - |
| YUV | 108.56 | 74.07 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 133 | 13 | 0.27 | 0 | 0.90 | 0.48 | 78 | 0.82 | 0.29 |
| Hex | 61 | 85 | D | 1B | 0 | 5A | 30 | 4E | 52 | 1D |
| Octal | 141 | 205 | 15 | 33 | 0 | 132 | 60 | 116 | 122 | 35 |
| Binary | 1100001 | 10000101 | 1101 | 11011 | 0 | 1011010 | 110000 | 1001110 | 1010010 | 11101 |
Color Harmonies of #61850D
Complementary color
Monochromatic Colors of #61850D
Black with #61850D
Text Example
Text Example
White with #61850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61850D; }
p { color: rgb(97,133,13); }
H1.HeaderClassName
{
color: #61850D;
}
.AnyTagClassName
{
color: #61850D;
}
</style>
background-color css
<style>
a { background-color: #61850D; }
a { background-color: rgb(97,133,13); }
div.DivClassName
{
background-color: #61850D;
}
.BgClassName
{
background-color: #61850D;
}
</style>
border-color css
<style>
span { border-color: #61850D; }
span { border-color: rgb(97,133,13); }
td.TdClassName
{
border-color: #61850D;
}
.TagClassName
{
border-color: #61850D;
}
</style>