Shades of Dingley #667E36
Tints of Dingley #667E36
RGB
CMYK
RGB Variations
Color information
#667E36 (or 0x667E36) is known color: Dingley. HEX triplet: 66, 7E and 36. RGB value is (102,126,54). Sum of RGB (Red+Green+Blue) = 102+126+54=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 126 (49.61% from 255 or 44.68% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 126 - color contains mainly: green. Hex color #667E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667E36 is #9981C9. Grayscale: #6E6E6E. Windows color (decimal): -10060234 or 3571302. OLE color: 3571302.
HSL color Cylindrical-coordinate representation of color #667E36: hue angle of 80º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #667E36 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 126 | 54 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.51 |
| HSL | 80º | 0.4% | 0.35% | - |
| HSV(B) | 80º | 0.57% | 0.49% | - |
| XYZ | 13.61 | 18.01 | 6.25 | - |
| YUV | 110.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 54 | 0.19 | 0 | 0.57 | 0.51 | 80 | 0.4 | 0.35 |
| Hex | 66 | 7E | 36 | 13 | 0 | 39 | 33 | 50 | 28 | 23 |
| Octal | 146 | 176 | 66 | 23 | 0 | 71 | 63 | 120 | 50 | 43 |
| Binary | 1100110 | 1111110 | 110110 | 10011 | 0 | 111001 | 110011 | 1010000 | 101000 | 100011 |
Color Harmonies of #667E36
Complementary color
Monochromatic Colors of #667E36
Black with #667E36
Text Example
Text Example
White with #667E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E36; }
p { color: rgb(102,126,54); }
H1.HeaderClassName
{
color: #667E36;
}
.AnyTagClassName
{
color: #667E36;
}
</style>
background-color css
<style>
a { background-color: #667E36; }
a { background-color: rgb(102,126,54); }
div.DivClassName
{
background-color: #667E36;
}
.BgClassName
{
background-color: #667E36;
}
</style>
border-color css
<style>
span { border-color: #667E36; }
span { border-color: rgb(102,126,54); }
td.TdClassName
{
border-color: #667E36;
}
.TagClassName
{
border-color: #667E36;
}
</style>