Shades of Olive Drab #61831B
Tints of Olive Drab #61831B
RGB
CMYK
RGB Variations
Color information
#61831B (or 0x61831B) is known color: Olive Drab. HEX triplet: 61, 83 and 1B. RGB value is (97,131,27). Sum of RGB (Red+Green+Blue) = 97+131+27=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #61831B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61831B is #9E7CE4. Grayscale: #6D6D6D. Windows color (decimal): -10386661 or 1803105. OLE color: 1803105.
HSL color Cylindrical-coordinate representation of color #61831B: hue angle of 79.62º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #61831B is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 131 | 27 | - |
| CMYK | 0.26 | 0 | 0.79 | 0.49 |
| HSL | 79.62º | 0.66% | 0.31% | - |
| HSV(B) | 79.62º | 0.79% | 0.51% | - |
| XYZ | 13.24 | 18.85 | 3.98 | - |
| YUV | 108.98 | 81.74 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 131 | 27 | 0.26 | 0 | 0.79 | 0.49 | 79.62 | 0.66 | 0.31 |
| Hex | 61 | 83 | 1B | 1A | 0 | 4F | 31 | 50 | 42 | 1F |
| Octal | 141 | 203 | 33 | 32 | 0 | 117 | 61 | 120 | 102 | 37 |
| Binary | 1100001 | 10000011 | 11011 | 11010 | 0 | 1001111 | 110001 | 1010000 | 1000010 | 11111 |
Color Harmonies of #61831B
Complementary color
Monochromatic Colors of #61831B
Black with #61831B
Text Example
Text Example
White with #61831B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61831B; }
p { color: rgb(97,131,27); }
H1.HeaderClassName
{
color: #61831B;
}
.AnyTagClassName
{
color: #61831B;
}
</style>
background-color css
<style>
a { background-color: #61831B; }
a { background-color: rgb(97,131,27); }
div.DivClassName
{
background-color: #61831B;
}
.BgClassName
{
background-color: #61831B;
}
</style>
border-color css
<style>
span { border-color: #61831B; }
span { border-color: rgb(97,131,27); }
td.TdClassName
{
border-color: #61831B;
}
.TagClassName
{
border-color: #61831B;
}
</style>