Shades of Dingley #5F7F38
Tints of Dingley #5F7F38
RGB
CMYK
RGB Variations
Color information
#5F7F38 (or 0x5F7F38) is known color: Dingley. HEX triplet: 5F, 7F and 38. RGB value is (95,127,56). Sum of RGB (Red+Green+Blue) = 95+127+56=278 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.17% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 127 - color contains mainly: green. Hex color #5F7F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7F38 is #A080C7. Grayscale: #6D6D6D. Windows color (decimal): -10518728 or 3702623. OLE color: 3702623.
HSL color Cylindrical-coordinate representation of color #5F7F38: hue angle of 87.04º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F7F38 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 95 | 127 | 56 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.50 |
| HSL | 87.04º | 0.39% | 0.36% | - |
| HSV(B) | 87.04º | 0.56% | 0.5% | - |
| XYZ | 13.02 | 17.9 | 6.51 | - |
| YUV | 109.34 | 97.9 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 127 | 56 | 0.25 | 0 | 0.56 | 0.50 | 87.04 | 0.39 | 0.36 |
| Hex | 5F | 7F | 38 | 19 | 0 | 38 | 32 | 57 | 27 | 24 |
| Octal | 137 | 177 | 70 | 31 | 0 | 70 | 62 | 127 | 47 | 44 |
| Binary | 1011111 | 1111111 | 111000 | 11001 | 0 | 111000 | 110010 | 1010111 | 100111 | 100100 |
Color Harmonies of #5F7F38
Complementary color
Monochromatic Colors of #5F7F38
Black with #5F7F38
Text Example
Text Example
White with #5F7F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7F38; }
p { color: rgb(95,127,56); }
H1.HeaderClassName
{
color: #5F7F38;
}
.AnyTagClassName
{
color: #5F7F38;
}
</style>
background-color css
<style>
a { background-color: #5F7F38; }
a { background-color: rgb(95,127,56); }
div.DivClassName
{
background-color: #5F7F38;
}
.BgClassName
{
background-color: #5F7F38;
}
</style>
border-color css
<style>
span { border-color: #5F7F38; }
span { border-color: rgb(95,127,56); }
td.TdClassName
{
border-color: #5F7F38;
}
.TagClassName
{
border-color: #5F7F38;
}
</style>