Shades of Dingley #5F7A41
Tints of Dingley #5F7A41
RGB
CMYK
RGB Variations
Color information
#5F7A41 (or 0x5F7A41) is known color: Dingley. HEX triplet: 5F, 7A and 41. RGB value is (95,122,65). Sum of RGB (Red+Green+Blue) = 95+122+65=282 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.69% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 122 - color contains mainly: green. Hex color #5F7A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7A41 is #A085BE. Grayscale: #6B6B6B. Windows color (decimal): -10519999 or 4291167. OLE color: 4291167.
HSL color Cylindrical-coordinate representation of color #5F7A41: hue angle of 88.42º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F7A41 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 95 | 122 | 65 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.52 |
| HSL | 88.42º | 0.3% | 0.37% | - |
| HSV(B) | 88.42º | 0.47% | 0.48% | - |
| XYZ | 12.63 | 16.73 | 7.57 | - |
| YUV | 107.43 | 104.05 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 122 | 65 | 0.22 | 0 | 0.47 | 0.52 | 88.42 | 0.3 | 0.37 |
| Hex | 5F | 7A | 41 | 16 | 0 | 2F | 34 | 58 | 1E | 25 |
| Octal | 137 | 172 | 101 | 26 | 0 | 57 | 64 | 130 | 36 | 45 |
| Binary | 1011111 | 1111010 | 1000001 | 10110 | 0 | 101111 | 110100 | 1011000 | 11110 | 100101 |
Color Harmonies of #5F7A41
Complementary color
Monochromatic Colors of #5F7A41
Black with #5F7A41
Text Example
Text Example
White with #5F7A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7A41; }
p { color: rgb(95,122,65); }
H1.HeaderClassName
{
color: #5F7A41;
}
.AnyTagClassName
{
color: #5F7A41;
}
</style>
background-color css
<style>
a { background-color: #5F7A41; }
a { background-color: rgb(95,122,65); }
div.DivClassName
{
background-color: #5F7A41;
}
.BgClassName
{
background-color: #5F7A41;
}
</style>
border-color css
<style>
span { border-color: #5F7A41; }
span { border-color: rgb(95,122,65); }
td.TdClassName
{
border-color: #5F7A41;
}
.TagClassName
{
border-color: #5F7A41;
}
</style>