Shades of Dingley #618848
Tints of Dingley #618848
RGB
CMYK
RGB Variations
Color information
#618848 (or 0x618848) is known color: Dingley. HEX triplet: 61, 88 and 48. RGB value is (97,136,72). Sum of RGB (Red+Green+Blue) = 97+136+72=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #618848 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618848 is #9E77B7. Grayscale: #757575. Windows color (decimal): -10385336 or 4753505. OLE color: 4753505.
HSL color Cylindrical-coordinate representation of color #618848: hue angle of 96.56º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #618848 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 136 | 72 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.47 |
| HSL | 96.56º | 0.31% | 0.41% | - |
| HSV(B) | 96.56º | 0.47% | 0.53% | - |
| XYZ | 14.9 | 20.62 | 9.32 | - |
| YUV | 117.04 | 102.58 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 136 | 72 | 0.29 | 0 | 0.47 | 0.47 | 96.56 | 0.31 | 0.41 |
| Hex | 61 | 88 | 48 | 1D | 0 | 2F | 2F | 61 | 1F | 29 |
| Octal | 141 | 210 | 110 | 35 | 0 | 57 | 57 | 141 | 37 | 51 |
| Binary | 1100001 | 10001000 | 1001000 | 11101 | 0 | 101111 | 101111 | 1100001 | 11111 | 101001 |
Color Harmonies of #618848
Complementary color
Monochromatic Colors of #618848
Black with #618848
Text Example
Text Example
White with #618848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618848; }
p { color: rgb(97,136,72); }
H1.HeaderClassName
{
color: #618848;
}
.AnyTagClassName
{
color: #618848;
}
</style>
background-color css
<style>
a { background-color: #618848; }
a { background-color: rgb(97,136,72); }
div.DivClassName
{
background-color: #618848;
}
.BgClassName
{
background-color: #618848;
}
</style>
border-color css
<style>
span { border-color: #618848; }
span { border-color: rgb(97,136,72); }
td.TdClassName
{
border-color: #618848;
}
.TagClassName
{
border-color: #618848;
}
</style>