Shades of Dingley #5F7940
Tints of Dingley #5F7940
RGB
CMYK
RGB Variations
Color information
#5F7940 (or 0x5F7940) is known color: Dingley. HEX triplet: 5F, 79 and 40. RGB value is (95,121,64). Sum of RGB (Red+Green+Blue) = 95+121+64=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 121 - color contains mainly: green. Hex color #5F7940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7940 is #A086BF. Grayscale: #6A6A6A. Windows color (decimal): -10520256 or 4225375. OLE color: 4225375.
HSL color Cylindrical-coordinate representation of color #5F7940: hue angle of 87.37º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F7940 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 121 | 64 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.53 |
| HSL | 87.37º | 0.31% | 0.36% | - |
| HSV(B) | 87.37º | 0.47% | 0.47% | - |
| XYZ | 12.48 | 16.48 | 7.37 | - |
| YUV | 106.73 | 103.89 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 121 | 64 | 0.21 | 0 | 0.47 | 0.53 | 87.37 | 0.31 | 0.36 |
| Hex | 5F | 79 | 40 | 15 | 0 | 2F | 35 | 57 | 1F | 24 |
| Octal | 137 | 171 | 100 | 25 | 0 | 57 | 65 | 127 | 37 | 44 |
| Binary | 1011111 | 1111001 | 1000000 | 10101 | 0 | 101111 | 110101 | 1010111 | 11111 | 100100 |
Color Harmonies of #5F7940
Complementary color
Monochromatic Colors of #5F7940
Black with #5F7940
Text Example
Text Example
White with #5F7940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7940; }
p { color: rgb(95,121,64); }
H1.HeaderClassName
{
color: #5F7940;
}
.AnyTagClassName
{
color: #5F7940;
}
</style>
background-color css
<style>
a { background-color: #5F7940; }
a { background-color: rgb(95,121,64); }
div.DivClassName
{
background-color: #5F7940;
}
.BgClassName
{
background-color: #5F7940;
}
</style>
border-color css
<style>
span { border-color: #5F7940; }
span { border-color: rgb(95,121,64); }
td.TdClassName
{
border-color: #5F7940;
}
.TagClassName
{
border-color: #5F7940;
}
</style>