Shades of Dingley #5F863C
Tints of Dingley #5F863C
RGB
CMYK
RGB Variations
Color information
#5F863C (or 0x5F863C) is known color: Dingley. HEX triplet: 5F, 86 and 3C. RGB value is (95,134,60). Sum of RGB (Red+Green+Blue) = 95+134+60=289 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.87% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #5F863C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F863C is #A079C3. Grayscale: #727272. Windows color (decimal): -10516932 or 3966559. OLE color: 3966559.
HSL color Cylindrical-coordinate representation of color #5F863C: hue angle of 91.62º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F863C is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 134 | 60 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.47 |
| HSL | 91.62º | 0.38% | 0.38% | - |
| HSV(B) | 91.62º | 0.55% | 0.53% | - |
| XYZ | 14.06 | 19.81 | 7.36 | - |
| YUV | 113.9 | 97.58 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 134 | 60 | 0.29 | 0 | 0.55 | 0.47 | 91.62 | 0.38 | 0.38 |
| Hex | 5F | 86 | 3C | 1D | 0 | 37 | 2F | 5C | 26 | 26 |
| Octal | 137 | 206 | 74 | 35 | 0 | 67 | 57 | 134 | 46 | 46 |
| Binary | 1011111 | 10000110 | 111100 | 11101 | 0 | 110111 | 101111 | 1011100 | 100110 | 100110 |
Color Harmonies of #5F863C
Complementary color
Monochromatic Colors of #5F863C
Black with #5F863C
Text Example
Text Example
White with #5F863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F863C; }
p { color: rgb(95,134,60); }
H1.HeaderClassName
{
color: #5F863C;
}
.AnyTagClassName
{
color: #5F863C;
}
</style>
background-color css
<style>
a { background-color: #5F863C; }
a { background-color: rgb(95,134,60); }
div.DivClassName
{
background-color: #5F863C;
}
.BgClassName
{
background-color: #5F863C;
}
</style>
border-color css
<style>
span { border-color: #5F863C; }
span { border-color: rgb(95,134,60); }
td.TdClassName
{
border-color: #5F863C;
}
.TagClassName
{
border-color: #5F863C;
}
</style>