Shades of Dark Olive Green #516130
Tints of Dark Olive Green #516130
RGB
CMYK
RGB Variations
Color information
#516130 (or 0x516130) is known color: Dark Olive Green. HEX triplet: 51, 61 and 30. RGB value is (81,97,48). Sum of RGB (Red+Green+Blue) = 81+97+48=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #516130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516130 is #AE9ECF. Grayscale: #565656. Windows color (decimal): -11443920 or 3170641. OLE color: 3170641.
HSL color Cylindrical-coordinate representation of color #516130: hue angle of 79.59º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #516130 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 97 | 48 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.62 |
| HSL | 79.59º | 0.34% | 0.28% | - |
| HSV(B) | 79.59º | 0.51% | 0.38% | - |
| XYZ | 8.2 | 10.51 | 4.39 | - |
| YUV | 86.63 | 106.2 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 97 | 48 | 0.16 | 0 | 0.51 | 0.62 | 79.59 | 0.34 | 0.28 |
| Hex | 51 | 61 | 30 | 10 | 0 | 33 | 3E | 50 | 22 | 1C |
| Octal | 121 | 141 | 60 | 20 | 0 | 63 | 76 | 120 | 42 | 34 |
| Binary | 1010001 | 1100001 | 110000 | 10000 | 0 | 110011 | 111110 | 1010000 | 100010 | 11100 |
Color Harmonies of #516130
Complementary color
Monochromatic Colors of #516130
Black with #516130
Text Example
Text Example
White with #516130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516130; }
p { color: rgb(81,97,48); }
H1.HeaderClassName
{
color: #516130;
}
.AnyTagClassName
{
color: #516130;
}
</style>
background-color css
<style>
a { background-color: #516130; }
a { background-color: rgb(81,97,48); }
div.DivClassName
{
background-color: #516130;
}
.BgClassName
{
background-color: #516130;
}
</style>
border-color css
<style>
span { border-color: #516130; }
span { border-color: rgb(81,97,48); }
td.TdClassName
{
border-color: #516130;
}
.TagClassName
{
border-color: #516130;
}
</style>