Shades of Dingley #678541
Tints of Dingley #678541
RGB
CMYK
RGB Variations
Color information
#678541 (or 0x678541) is known color: Dingley. HEX triplet: 67, 85 and 41. RGB value is (103,133,65). Sum of RGB (Red+Green+Blue) = 103+133+65=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #678541 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678541 is #987ABE. Grayscale: #747474. Windows color (decimal): -9992895 or 4293991. OLE color: 4293991.
HSL color Cylindrical-coordinate representation of color #678541: hue angle of 86.47º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #678541 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 133 | 65 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.48 |
| HSL | 86.47º | 0.34% | 0.39% | - |
| HSV(B) | 86.47º | 0.51% | 0.52% | - |
| XYZ | 14.94 | 20.04 | 8.08 | - |
| YUV | 116.28 | 99.06 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 65 | 0.23 | 0 | 0.51 | 0.48 | 86.47 | 0.34 | 0.39 |
| Hex | 67 | 85 | 41 | 17 | 0 | 33 | 30 | 56 | 22 | 27 |
| Octal | 147 | 205 | 101 | 27 | 0 | 63 | 60 | 126 | 42 | 47 |
| Binary | 1100111 | 10000101 | 1000001 | 10111 | 0 | 110011 | 110000 | 1010110 | 100010 | 100111 |
Color Harmonies of #678541
Complementary color
Monochromatic Colors of #678541
Black with #678541
Text Example
Text Example
White with #678541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678541; }
p { color: rgb(103,133,65); }
H1.HeaderClassName
{
color: #678541;
}
.AnyTagClassName
{
color: #678541;
}
</style>
background-color css
<style>
a { background-color: #678541; }
a { background-color: rgb(103,133,65); }
div.DivClassName
{
background-color: #678541;
}
.BgClassName
{
background-color: #678541;
}
</style>
border-color css
<style>
span { border-color: #678541; }
span { border-color: rgb(103,133,65); }
td.TdClassName
{
border-color: #678541;
}
.TagClassName
{
border-color: #678541;
}
</style>