Shades of Dingley #678942
Tints of Dingley #678942
RGB
CMYK
RGB Variations
Color information
#678942 (or 0x678942) is known color: Dingley. HEX triplet: 67, 89 and 42. RGB value is (103,137,66). Sum of RGB (Red+Green+Blue) = 103+137+66=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #678942 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678942 is #9876BD. Grayscale: #767676. Windows color (decimal): -9991870 or 4360551. OLE color: 4360551.
HSL color Cylindrical-coordinate representation of color #678942: hue angle of 88.73º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #678942 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 137 | 66 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.46 |
| HSL | 88.73º | 0.35% | 0.4% | - |
| HSV(B) | 88.73º | 0.52% | 0.54% | - |
| XYZ | 15.52 | 21.17 | 8.42 | - |
| YUV | 118.74 | 98.24 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 137 | 66 | 0.25 | 0 | 0.52 | 0.46 | 88.73 | 0.35 | 0.4 |
| Hex | 67 | 89 | 42 | 19 | 0 | 34 | 2E | 59 | 23 | 28 |
| Octal | 147 | 211 | 102 | 31 | 0 | 64 | 56 | 131 | 43 | 50 |
| Binary | 1100111 | 10001001 | 1000010 | 11001 | 0 | 110100 | 101110 | 1011001 | 100011 | 101000 |
Color Harmonies of #678942
Complementary color
Monochromatic Colors of #678942
Black with #678942
Text Example
Text Example
White with #678942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678942; }
p { color: rgb(103,137,66); }
H1.HeaderClassName
{
color: #678942;
}
.AnyTagClassName
{
color: #678942;
}
</style>
background-color css
<style>
a { background-color: #678942; }
a { background-color: rgb(103,137,66); }
div.DivClassName
{
background-color: #678942;
}
.BgClassName
{
background-color: #678942;
}
</style>
border-color css
<style>
span { border-color: #678942; }
span { border-color: rgb(103,137,66); }
td.TdClassName
{
border-color: #678942;
}
.TagClassName
{
border-color: #678942;
}
</style>