Shades of Dingley #678642
Tints of Dingley #678642
RGB
CMYK
RGB Variations
Color information
#678642 (or 0x678642) is known color: Dingley. HEX triplet: 67, 86 and 42. RGB value is (103,134,66). Sum of RGB (Red+Green+Blue) = 103+134+66=303 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.99% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #678642 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678642 is #9879BD. Grayscale: #757575. Windows color (decimal): -9992638 or 4359783. OLE color: 4359783.
HSL color Cylindrical-coordinate representation of color #678642: hue angle of 87.35º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #678642 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 134 | 66 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.47 |
| HSL | 87.35º | 0.34% | 0.39% | - |
| HSV(B) | 87.35º | 0.51% | 0.53% | - |
| XYZ | 15.1 | 20.33 | 8.28 | - |
| YUV | 116.98 | 99.23 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 134 | 66 | 0.23 | 0 | 0.51 | 0.47 | 87.35 | 0.34 | 0.39 |
| Hex | 67 | 86 | 42 | 17 | 0 | 33 | 2F | 57 | 22 | 27 |
| Octal | 147 | 206 | 102 | 27 | 0 | 63 | 57 | 127 | 42 | 47 |
| Binary | 1100111 | 10000110 | 1000010 | 10111 | 0 | 110011 | 101111 | 1010111 | 100010 | 100111 |
Color Harmonies of #678642
Complementary color
Monochromatic Colors of #678642
Black with #678642
Text Example
Text Example
White with #678642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678642; }
p { color: rgb(103,134,66); }
H1.HeaderClassName
{
color: #678642;
}
.AnyTagClassName
{
color: #678642;
}
</style>
background-color css
<style>
a { background-color: #678642; }
a { background-color: rgb(103,134,66); }
div.DivClassName
{
background-color: #678642;
}
.BgClassName
{
background-color: #678642;
}
</style>
border-color css
<style>
span { border-color: #678642; }
span { border-color: rgb(103,134,66); }
td.TdClassName
{
border-color: #678642;
}
.TagClassName
{
border-color: #678642;
}
</style>