Shades of Dingley #667C48
Tints of Dingley #667C48
RGB
CMYK
RGB Variations
Color information
#667C48 (or 0x667C48) is known color: Dingley. HEX triplet: 66, 7C and 48. RGB value is (102,124,72). Sum of RGB (Red+Green+Blue) = 102+124+72=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 124 - color contains mainly: green. Hex color #667C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667C48 is #9983B7. Grayscale: #6F6F6F. Windows color (decimal): -10060728 or 4750438. OLE color: 4750438.
HSL color Cylindrical-coordinate representation of color #667C48: hue angle of 85.38º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #667C48 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 124 | 72 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.51 |
| HSL | 85.38º | 0.27% | 0.38% | - |
| HSV(B) | 85.38º | 0.42% | 0.49% | - |
| XYZ | 13.86 | 17.71 | 8.82 | - |
| YUV | 111.49 | 105.71 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 72 | 0.18 | 0 | 0.42 | 0.51 | 85.38 | 0.27 | 0.38 |
| Hex | 66 | 7C | 48 | 12 | 0 | 2A | 33 | 55 | 1B | 26 |
| Octal | 146 | 174 | 110 | 22 | 0 | 52 | 63 | 125 | 33 | 46 |
| Binary | 1100110 | 1111100 | 1001000 | 10010 | 0 | 101010 | 110011 | 1010101 | 11011 | 100110 |
Color Harmonies of #667C48
Complementary color
Monochromatic Colors of #667C48
Black with #667C48
Text Example
Text Example
White with #667C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667C48; }
p { color: rgb(102,124,72); }
H1.HeaderClassName
{
color: #667C48;
}
.AnyTagClassName
{
color: #667C48;
}
</style>
background-color css
<style>
a { background-color: #667C48; }
a { background-color: rgb(102,124,72); }
div.DivClassName
{
background-color: #667C48;
}
.BgClassName
{
background-color: #667C48;
}
</style>
border-color css
<style>
span { border-color: #667C48; }
span { border-color: rgb(102,124,72); }
td.TdClassName
{
border-color: #667C48;
}
.TagClassName
{
border-color: #667C48;
}
</style>