Shades of Dingley #678050
Tints of Dingley #678050
RGB
CMYK
RGB Variations
Color information
#678050 (or 0x678050) is known color: Dingley. HEX triplet: 67, 80 and 50. RGB value is (103,128,80). Sum of RGB (Red+Green+Blue) = 103+128+80=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 128 - color contains mainly: green. Hex color #678050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678050 is #987FAF. Grayscale: #737373. Windows color (decimal): -9994160 or 5275751. OLE color: 5275751.
HSL color Cylindrical-coordinate representation of color #678050: hue angle of 91.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #678050 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 128 | 80 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.50 |
| HSL | 91.25º | 0.23% | 0.41% | - |
| HSV(B) | 91.25º | 0.38% | 0.5% | - |
| XYZ | 14.76 | 18.9 | 10.46 | - |
| YUV | 115.05 | 108.22 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 80 | 0.20 | 0 | 0.38 | 0.50 | 91.25 | 0.23 | 0.41 |
| Hex | 67 | 80 | 50 | 14 | 0 | 26 | 32 | 5B | 17 | 29 |
| Octal | 147 | 200 | 120 | 24 | 0 | 46 | 62 | 133 | 27 | 51 |
| Binary | 1100111 | 10000000 | 1010000 | 10100 | 0 | 100110 | 110010 | 1011011 | 10111 | 101001 |
Color Harmonies of #678050
Complementary color
Monochromatic Colors of #678050
Black with #678050
Text Example
Text Example
White with #678050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678050; }
p { color: rgb(103,128,80); }
H1.HeaderClassName
{
color: #678050;
}
.AnyTagClassName
{
color: #678050;
}
</style>
background-color css
<style>
a { background-color: #678050; }
a { background-color: rgb(103,128,80); }
div.DivClassName
{
background-color: #678050;
}
.BgClassName
{
background-color: #678050;
}
</style>
border-color css
<style>
span { border-color: #678050; }
span { border-color: rgb(103,128,80); }
td.TdClassName
{
border-color: #678050;
}
.TagClassName
{
border-color: #678050;
}
</style>