Shades of Dingley #667C3F
Tints of Dingley #667C3F
RGB
CMYK
RGB Variations
Color information
#667C3F (or 0x667C3F) is known color: Dingley. HEX triplet: 66, 7C and 3F. RGB value is (102,124,63). Sum of RGB (Red+Green+Blue) = 102+124+63=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 124 - color contains mainly: green. Hex color #667C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667C3F is #9983C0. Grayscale: #6E6E6E. Windows color (decimal): -10060737 or 4160614. OLE color: 4160614.
HSL color Cylindrical-coordinate representation of color #667C3F: hue angle of 81.64º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #667C3F is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 124 | 63 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.51 |
| HSL | 81.64º | 0.33% | 0.37% | - |
| HSV(B) | 81.64º | 0.49% | 0.49% | - |
| XYZ | 13.58 | 17.6 | 7.38 | - |
| YUV | 110.47 | 101.21 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 63 | 0.18 | 0 | 0.49 | 0.51 | 81.64 | 0.33 | 0.37 |
| Hex | 66 | 7C | 3F | 12 | 0 | 31 | 33 | 52 | 21 | 25 |
| Octal | 146 | 174 | 77 | 22 | 0 | 61 | 63 | 122 | 41 | 45 |
| Binary | 1100110 | 1111100 | 111111 | 10010 | 0 | 110001 | 110011 | 1010010 | 100001 | 100101 |
Color Harmonies of #667C3F
Complementary color
Monochromatic Colors of #667C3F
Black with #667C3F
Text Example
Text Example
White with #667C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667C3F; }
p { color: rgb(102,124,63); }
H1.HeaderClassName
{
color: #667C3F;
}
.AnyTagClassName
{
color: #667C3F;
}
</style>
background-color css
<style>
a { background-color: #667C3F; }
a { background-color: rgb(102,124,63); }
div.DivClassName
{
background-color: #667C3F;
}
.BgClassName
{
background-color: #667C3F;
}
</style>
border-color css
<style>
span { border-color: #667C3F; }
span { border-color: rgb(102,124,63); }
td.TdClassName
{
border-color: #667C3F;
}
.TagClassName
{
border-color: #667C3F;
}
</style>