Shades of Olive Drab #61830B
Tints of Olive Drab #61830B
RGB
CMYK
RGB Variations
Color information
#61830B (or 0x61830B) is known color: Olive Drab. HEX triplet: 61, 83 and 0B. RGB value is (97,131,11). Sum of RGB (Red+Green+Blue) = 97+131+11=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 131 (51.56% from 255 or 54.81% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 131 - color contains mainly: green. Hex color #61830B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61830B is #9E7CF4. Grayscale: #6B6B6B. Windows color (decimal): -10386677 or 754529. OLE color: 754529.
HSL color Cylindrical-coordinate representation of color #61830B: hue angle of 77º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61830B is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 131 | 11 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.49 |
| HSL | 77º | 0.85% | 0.28% | - |
| HSV(B) | 77º | 0.92% | 0.51% | - |
| XYZ | 13.11 | 18.8 | 3.25 | - |
| YUV | 107.15 | 73.74 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 131 | 11 | 0.26 | 0 | 0.92 | 0.49 | 77 | 0.85 | 0.28 |
| Hex | 61 | 83 | B | 1A | 0 | 5C | 31 | 4D | 55 | 1C |
| Octal | 141 | 203 | 13 | 32 | 0 | 134 | 61 | 115 | 125 | 34 |
| Binary | 1100001 | 10000011 | 1011 | 11010 | 0 | 1011100 | 110001 | 1001101 | 1010101 | 11100 |
Color Harmonies of #61830B
Complementary color
Monochromatic Colors of #61830B
Black with #61830B
Text Example
Text Example
White with #61830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61830B; }
p { color: rgb(97,131,11); }
H1.HeaderClassName
{
color: #61830B;
}
.AnyTagClassName
{
color: #61830B;
}
</style>
background-color css
<style>
a { background-color: #61830B; }
a { background-color: rgb(97,131,11); }
div.DivClassName
{
background-color: #61830B;
}
.BgClassName
{
background-color: #61830B;
}
</style>
border-color css
<style>
span { border-color: #61830B; }
span { border-color: rgb(97,131,11); }
td.TdClassName
{
border-color: #61830B;
}
.TagClassName
{
border-color: #61830B;
}
</style>