Shades of Dingley #5F7644
Tints of Dingley #5F7644
RGB
CMYK
RGB Variations
Color information
#5F7644 (or 0x5F7644) is known color: Dingley. HEX triplet: 5F, 76 and 44. RGB value is (95,118,68). Sum of RGB (Red+Green+Blue) = 95+118+68=281 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.81% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #5F7644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7644 is #A089BB. Grayscale: #696969. Windows color (decimal): -10521020 or 4486751. OLE color: 4486751.
HSL color Cylindrical-coordinate representation of color #5F7644: hue angle of 87.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F7644 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 118 | 68 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.54 |
| HSL | 87.6º | 0.27% | 0.36% | - |
| HSV(B) | 87.6º | 0.42% | 0.46% | - |
| XYZ | 12.24 | 15.81 | 7.87 | - |
| YUV | 105.42 | 106.88 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 118 | 68 | 0.19 | 0 | 0.42 | 0.54 | 87.6 | 0.27 | 0.36 |
| Hex | 5F | 76 | 44 | 13 | 0 | 2A | 36 | 58 | 1B | 24 |
| Octal | 137 | 166 | 104 | 23 | 0 | 52 | 66 | 130 | 33 | 44 |
| Binary | 1011111 | 1110110 | 1000100 | 10011 | 0 | 101010 | 110110 | 1011000 | 11011 | 100100 |
Color Harmonies of #5F7644
Complementary color
Monochromatic Colors of #5F7644
Black with #5F7644
Text Example
Text Example
White with #5F7644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7644; }
p { color: rgb(95,118,68); }
H1.HeaderClassName
{
color: #5F7644;
}
.AnyTagClassName
{
color: #5F7644;
}
</style>
background-color css
<style>
a { background-color: #5F7644; }
a { background-color: rgb(95,118,68); }
div.DivClassName
{
background-color: #5F7644;
}
.BgClassName
{
background-color: #5F7644;
}
</style>
border-color css
<style>
span { border-color: #5F7644; }
span { border-color: rgb(95,118,68); }
td.TdClassName
{
border-color: #5F7644;
}
.TagClassName
{
border-color: #5F7644;
}
</style>