Shades of Dingley #5F7F4A
Tints of Dingley #5F7F4A
RGB
CMYK
RGB Variations
Color information
#5F7F4A (or 0x5F7F4A) is known color: Dingley. HEX triplet: 5F, 7F and 4A. RGB value is (95,127,74). Sum of RGB (Red+Green+Blue) = 95+127+74=296 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.09% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 127 - color contains mainly: green. Hex color #5F7F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7F4A is #A080B5. Grayscale: #6F6F6F. Windows color (decimal): -10518710 or 4882271. OLE color: 4882271.
HSL color Cylindrical-coordinate representation of color #5F7F4A: hue angle of 96.23º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F7F4A is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 95 | 127 | 74 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.50 |
| HSL | 96.23º | 0.26% | 0.39% | - |
| HSV(B) | 96.23º | 0.42% | 0.5% | - |
| XYZ | 13.54 | 18.11 | 9.26 | - |
| YUV | 111.39 | 106.9 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 127 | 74 | 0.25 | 0 | 0.42 | 0.50 | 96.23 | 0.26 | 0.39 |
| Hex | 5F | 7F | 4A | 19 | 0 | 2A | 32 | 60 | 1A | 27 |
| Octal | 137 | 177 | 112 | 31 | 0 | 52 | 62 | 140 | 32 | 47 |
| Binary | 1011111 | 1111111 | 1001010 | 11001 | 0 | 101010 | 110010 | 1100000 | 11010 | 100111 |
Color Harmonies of #5F7F4A
Complementary color
Monochromatic Colors of #5F7F4A
Black with #5F7F4A
Text Example
Text Example
White with #5F7F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7F4A; }
p { color: rgb(95,127,74); }
H1.HeaderClassName
{
color: #5F7F4A;
}
.AnyTagClassName
{
color: #5F7F4A;
}
</style>
background-color css
<style>
a { background-color: #5F7F4A; }
a { background-color: rgb(95,127,74); }
div.DivClassName
{
background-color: #5F7F4A;
}
.BgClassName
{
background-color: #5F7F4A;
}
</style>
border-color css
<style>
span { border-color: #5F7F4A; }
span { border-color: rgb(95,127,74); }
td.TdClassName
{
border-color: #5F7F4A;
}
.TagClassName
{
border-color: #5F7F4A;
}
</style>