Shades of Dingley #678545
Tints of Dingley #678545
RGB
CMYK
RGB Variations
Color information
#678545 (or 0x678545) is known color: Dingley. HEX triplet: 67, 85 and 45. RGB value is (103,133,69). Sum of RGB (Red+Green+Blue) = 103+133+69=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #678545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678545 is #987ABA. Grayscale: #747474. Windows color (decimal): -9992891 or 4556135. OLE color: 4556135.
HSL color Cylindrical-coordinate representation of color #678545: hue angle of 88.12º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #678545 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 133 | 69 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.48 |
| HSL | 88.13º | 0.32% | 0.4% | - |
| HSV(B) | 88.13º | 0.48% | 0.52% | - |
| XYZ | 15.06 | 20.09 | 8.71 | - |
| YUV | 116.73 | 101.06 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 69 | 0.23 | 0 | 0.48 | 0.48 | 88.13 | 0.32 | 0.4 |
| Hex | 67 | 85 | 45 | 17 | 0 | 30 | 30 | 58 | 20 | 28 |
| Octal | 147 | 205 | 105 | 27 | 0 | 60 | 60 | 130 | 40 | 50 |
| Binary | 1100111 | 10000101 | 1000101 | 10111 | 0 | 110000 | 110000 | 1011000 | 100000 | 101000 |
Color Harmonies of #678545
Complementary color
Monochromatic Colors of #678545
Black with #678545
Text Example
Text Example
White with #678545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678545; }
p { color: rgb(103,133,69); }
H1.HeaderClassName
{
color: #678545;
}
.AnyTagClassName
{
color: #678545;
}
</style>
background-color css
<style>
a { background-color: #678545; }
a { background-color: rgb(103,133,69); }
div.DivClassName
{
background-color: #678545;
}
.BgClassName
{
background-color: #678545;
}
</style>
border-color css
<style>
span { border-color: #678545; }
span { border-color: rgb(103,133,69); }
td.TdClassName
{
border-color: #678545;
}
.TagClassName
{
border-color: #678545;
}
</style>