Shades of Olive Drab #61820D
Tints of Olive Drab #61820D
RGB
CMYK
RGB Variations
Color information
#61820D (or 0x61820D) is known color: Olive Drab. HEX triplet: 61, 82 and 0D. RGB value is (97,130,13). Sum of RGB (Red+Green+Blue) = 97+130+13=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #61820D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61820D is #9E7DF2. Grayscale: #6B6B6B. Windows color (decimal): -10386931 or 885345. OLE color: 885345.
HSL color Cylindrical-coordinate representation of color #61820D: hue angle of 76.92º 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 #61820D is Cyan = 0.25, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 130 | 13 | - |
| CMYK | 0.25 | 0 | 0.9 | 0.49 |
| HSL | 76.92º | 0.82% | 0.28% | - |
| HSV(B) | 76.92º | 0.9% | 0.51% | - |
| XYZ | 12.99 | 18.54 | 3.27 | - |
| YUV | 106.8 | 75.07 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 13 | 0.25 | 0 | 0.9 | 0.49 | 76.92 | 0.82 | 0.28 |
| Hex | 61 | 82 | D | 19 | 0 | 5A | 31 | 4D | 52 | 1C |
| Octal | 141 | 202 | 15 | 31 | 0 | 132 | 61 | 115 | 122 | 34 |
| Binary | 1100001 | 10000010 | 1101 | 11001 | 0 | 1011010 | 110001 | 1001101 | 1010010 | 11100 |
Color Harmonies of #61820D
Complementary color
Monochromatic Colors of #61820D
Black with #61820D
Text Example
Text Example
White with #61820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61820D; }
p { color: rgb(97,130,13); }
H1.HeaderClassName
{
color: #61820D;
}
.AnyTagClassName
{
color: #61820D;
}
</style>
background-color css
<style>
a { background-color: #61820D; }
a { background-color: rgb(97,130,13); }
div.DivClassName
{
background-color: #61820D;
}
.BgClassName
{
background-color: #61820D;
}
</style>
border-color css
<style>
span { border-color: #61820D; }
span { border-color: rgb(97,130,13); }
td.TdClassName
{
border-color: #61820D;
}
.TagClassName
{
border-color: #61820D;
}
</style>