Shades of Dingley #678442
Tints of Dingley #678442
RGB
CMYK
RGB Variations
Color information
#678442 (or 0x678442) is known color: Dingley. HEX triplet: 67, 84 and 42. RGB value is (103,132,66). Sum of RGB (Red+Green+Blue) = 103+132+66=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #678442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678442 is #987BBD. Grayscale: #747474. Windows color (decimal): -9993150 or 4359271. OLE color: 4359271.
HSL color Cylindrical-coordinate representation of color #678442: hue angle of 86.36º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #678442 is Cyan = 0.22, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 132 | 66 | - |
| CMYK | 0.22 | 0 | 0.5 | 0.48 |
| HSL | 86.36º | 0.33% | 0.39% | - |
| HSV(B) | 86.36º | 0.5% | 0.52% | - |
| XYZ | 14.83 | 19.78 | 8.19 | - |
| YUV | 115.81 | 99.89 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 132 | 66 | 0.22 | 0 | 0.5 | 0.48 | 86.36 | 0.33 | 0.39 |
| Hex | 67 | 84 | 42 | 16 | 0 | 32 | 30 | 56 | 21 | 27 |
| Octal | 147 | 204 | 102 | 26 | 0 | 62 | 60 | 126 | 41 | 47 |
| Binary | 1100111 | 10000100 | 1000010 | 10110 | 0 | 110010 | 110000 | 1010110 | 100001 | 100111 |
Color Harmonies of #678442
Complementary color
Monochromatic Colors of #678442
Black with #678442
Text Example
Text Example
White with #678442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678442; }
p { color: rgb(103,132,66); }
H1.HeaderClassName
{
color: #678442;
}
.AnyTagClassName
{
color: #678442;
}
</style>
background-color css
<style>
a { background-color: #678442; }
a { background-color: rgb(103,132,66); }
div.DivClassName
{
background-color: #678442;
}
.BgClassName
{
background-color: #678442;
}
</style>
border-color css
<style>
span { border-color: #678442; }
span { border-color: rgb(103,132,66); }
td.TdClassName
{
border-color: #678442;
}
.TagClassName
{
border-color: #678442;
}
</style>