Shades of Dingley #5F794B
Tints of Dingley #5F794B
RGB
CMYK
RGB Variations
Color information
#5F794B (or 0x5F794B) is known color: Dingley. HEX triplet: 5F, 79 and 4B. RGB value is (95,121,75). Sum of RGB (Red+Green+Blue) = 95+121+75=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 121 - color contains mainly: green. Hex color #5F794B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F794B is #A086B4. Grayscale: #6C6C6C. Windows color (decimal): -10520245 or 4946271. OLE color: 4946271.
HSL color Cylindrical-coordinate representation of color #5F794B: hue angle of 93.91º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F794B is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 121 | 75 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.53 |
| HSL | 93.91º | 0.23% | 0.38% | - |
| HSV(B) | 93.91º | 0.38% | 0.47% | - |
| XYZ | 12.83 | 16.62 | 9.19 | - |
| YUV | 107.98 | 109.39 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 121 | 75 | 0.21 | 0 | 0.38 | 0.53 | 93.91 | 0.23 | 0.38 |
| Hex | 5F | 79 | 4B | 15 | 0 | 26 | 35 | 5E | 17 | 26 |
| Octal | 137 | 171 | 113 | 25 | 0 | 46 | 65 | 136 | 27 | 46 |
| Binary | 1011111 | 1111001 | 1001011 | 10101 | 0 | 100110 | 110101 | 1011110 | 10111 | 100110 |
Color Harmonies of #5F794B
Complementary color
Monochromatic Colors of #5F794B
Black with #5F794B
Text Example
Text Example
White with #5F794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F794B; }
p { color: rgb(95,121,75); }
H1.HeaderClassName
{
color: #5F794B;
}
.AnyTagClassName
{
color: #5F794B;
}
</style>
background-color css
<style>
a { background-color: #5F794B; }
a { background-color: rgb(95,121,75); }
div.DivClassName
{
background-color: #5F794B;
}
.BgClassName
{
background-color: #5F794B;
}
</style>
border-color css
<style>
span { border-color: #5F794B; }
span { border-color: rgb(95,121,75); }
td.TdClassName
{
border-color: #5F794B;
}
.TagClassName
{
border-color: #5F794B;
}
</style>