Shades of Olive Drab #61830D
Tints of Olive Drab #61830D
RGB
CMYK
RGB Variations
Color information
#61830D (or 0x61830D) is known color: Olive Drab. HEX triplet: 61, 83 and 0D. RGB value is (97,131,13). Sum of RGB (Red+Green+Blue) = 97+131+13=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #61830D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61830D is #9E7CF2. Grayscale: #6B6B6B. Windows color (decimal): -10386675 or 885601. OLE color: 885601.
HSL color Cylindrical-coordinate representation of color #61830D: hue angle of 77.29º 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 #61830D is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 131 | 13 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.49 |
| HSL | 77.29º | 0.82% | 0.28% | - |
| HSV(B) | 77.29º | 0.9% | 0.51% | - |
| XYZ | 13.12 | 18.8 | 3.32 | - |
| YUV | 107.38 | 74.74 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 131 | 13 | 0.26 | 0 | 0.90 | 0.49 | 77.29 | 0.82 | 0.28 |
| Hex | 61 | 83 | D | 1A | 0 | 5A | 31 | 4D | 52 | 1C |
| Octal | 141 | 203 | 15 | 32 | 0 | 132 | 61 | 115 | 122 | 34 |
| Binary | 1100001 | 10000011 | 1101 | 11010 | 0 | 1011010 | 110001 | 1001101 | 1010010 | 11100 |
Color Harmonies of #61830D
Complementary color
Monochromatic Colors of #61830D
Black with #61830D
Text Example
Text Example
White with #61830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61830D; }
p { color: rgb(97,131,13); }
H1.HeaderClassName
{
color: #61830D;
}
.AnyTagClassName
{
color: #61830D;
}
</style>
background-color css
<style>
a { background-color: #61830D; }
a { background-color: rgb(97,131,13); }
div.DivClassName
{
background-color: #61830D;
}
.BgClassName
{
background-color: #61830D;
}
</style>
border-color css
<style>
span { border-color: #61830D; }
span { border-color: rgb(97,131,13); }
td.TdClassName
{
border-color: #61830D;
}
.TagClassName
{
border-color: #61830D;
}
</style>