Shades of Dingley #667E4F
Tints of Dingley #667E4F
RGB
CMYK
RGB Variations
Color information
#667E4F (or 0x667E4F) is known color: Dingley. HEX triplet: 66, 7E and 4F. RGB value is (102,126,79). Sum of RGB (Red+Green+Blue) = 102+126+79=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 126 - color contains mainly: green. Hex color #667E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667E4F is #9981B0. Grayscale: #717171. Windows color (decimal): -10060209 or 5209702. OLE color: 5209702.
HSL color Cylindrical-coordinate representation of color #667E4F: hue angle of 90.64º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #667E4F is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 126 | 79 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.51 |
| HSL | 90.64º | 0.23% | 0.4% | - |
| HSV(B) | 90.64º | 0.37% | 0.49% | - |
| XYZ | 14.35 | 18.31 | 10.18 | - |
| YUV | 113.47 | 108.55 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 79 | 0.19 | 0 | 0.37 | 0.51 | 90.64 | 0.23 | 0.4 |
| Hex | 66 | 7E | 4F | 13 | 0 | 25 | 33 | 5B | 17 | 28 |
| Octal | 146 | 176 | 117 | 23 | 0 | 45 | 63 | 133 | 27 | 50 |
| Binary | 1100110 | 1111110 | 1001111 | 10011 | 0 | 100101 | 110011 | 1011011 | 10111 | 101000 |
Color Harmonies of #667E4F
Complementary color
Monochromatic Colors of #667E4F
Black with #667E4F
Text Example
Text Example
White with #667E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E4F; }
p { color: rgb(102,126,79); }
H1.HeaderClassName
{
color: #667E4F;
}
.AnyTagClassName
{
color: #667E4F;
}
</style>
background-color css
<style>
a { background-color: #667E4F; }
a { background-color: rgb(102,126,79); }
div.DivClassName
{
background-color: #667E4F;
}
.BgClassName
{
background-color: #667E4F;
}
</style>
border-color css
<style>
span { border-color: #667E4F; }
span { border-color: rgb(102,126,79); }
td.TdClassName
{
border-color: #667E4F;
}
.TagClassName
{
border-color: #667E4F;
}
</style>