Shades of Dark Olive Green #51612E
Tints of Dark Olive Green #51612E
RGB
CMYK
RGB Variations
Color information
#51612E (or 0x51612E) is known color: Dark Olive Green. HEX triplet: 51, 61 and 2E. RGB value is (81,97,46). Sum of RGB (Red+Green+Blue) = 81+97+46=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 97 - color contains mainly: green. Hex color #51612E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51612E is #AE9ED1. Grayscale: #565656. Windows color (decimal): -11443922 or 3039569. OLE color: 3039569.
HSL color Cylindrical-coordinate representation of color #51612E: hue angle of 78.82º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51612E is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 97 | 46 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.62 |
| HSL | 78.82º | 0.36% | 0.28% | - |
| HSV(B) | 78.82º | 0.53% | 0.38% | - |
| XYZ | 8.16 | 10.5 | 4.18 | - |
| YUV | 86.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 97 | 46 | 0.16 | 0 | 0.53 | 0.62 | 78.82 | 0.36 | 0.28 |
| Hex | 51 | 61 | 2E | 10 | 0 | 35 | 3E | 4F | 24 | 1C |
| Octal | 121 | 141 | 56 | 20 | 0 | 65 | 76 | 117 | 44 | 34 |
| Binary | 1010001 | 1100001 | 101110 | 10000 | 0 | 110101 | 111110 | 1001111 | 100100 | 11100 |
Color Harmonies of #51612E
Complementary color
Monochromatic Colors of #51612E
Black with #51612E
Text Example
Text Example
White with #51612E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51612E; }
p { color: rgb(81,97,46); }
H1.HeaderClassName
{
color: #51612E;
}
.AnyTagClassName
{
color: #51612E;
}
</style>
background-color css
<style>
a { background-color: #51612E; }
a { background-color: rgb(81,97,46); }
div.DivClassName
{
background-color: #51612E;
}
.BgClassName
{
background-color: #51612E;
}
</style>
border-color css
<style>
span { border-color: #51612E; }
span { border-color: rgb(81,97,46); }
td.TdClassName
{
border-color: #51612E;
}
.TagClassName
{
border-color: #51612E;
}
</style>