Shades of Dingley #667E44
Tints of Dingley #667E44
RGB
CMYK
RGB Variations
Color information
#667E44 (or 0x667E44) is known color: Dingley. HEX triplet: 66, 7E and 44. RGB value is (102,126,68). Sum of RGB (Red+Green+Blue) = 102+126+68=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 126 (49.61% from 255 or 42.57% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 126 - color contains mainly: green. Hex color #667E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667E44 is #9981BB. Grayscale: #707070. Windows color (decimal): -10060220 or 4488806. OLE color: 4488806.
HSL color Cylindrical-coordinate representation of color #667E44: hue angle of 84.83º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #667E44 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 126 | 68 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.51 |
| HSL | 84.83º | 0.3% | 0.38% | - |
| HSV(B) | 84.83º | 0.46% | 0.49% | - |
| XYZ | 13.98 | 18.16 | 8.24 | - |
| YUV | 112.21 | 103.05 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 68 | 0.19 | 0 | 0.46 | 0.51 | 84.83 | 0.3 | 0.38 |
| Hex | 66 | 7E | 44 | 13 | 0 | 2E | 33 | 55 | 1E | 26 |
| Octal | 146 | 176 | 104 | 23 | 0 | 56 | 63 | 125 | 36 | 46 |
| Binary | 1100110 | 1111110 | 1000100 | 10011 | 0 | 101110 | 110011 | 1010101 | 11110 | 100110 |
Color Harmonies of #667E44
Complementary color
Monochromatic Colors of #667E44
Black with #667E44
Text Example
Text Example
White with #667E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E44; }
p { color: rgb(102,126,68); }
H1.HeaderClassName
{
color: #667E44;
}
.AnyTagClassName
{
color: #667E44;
}
</style>
background-color css
<style>
a { background-color: #667E44; }
a { background-color: rgb(102,126,68); }
div.DivClassName
{
background-color: #667E44;
}
.BgClassName
{
background-color: #667E44;
}
</style>
border-color css
<style>
span { border-color: #667E44; }
span { border-color: rgb(102,126,68); }
td.TdClassName
{
border-color: #667E44;
}
.TagClassName
{
border-color: #667E44;
}
</style>