Shades of Dingley #667B40
Tints of Dingley #667B40
RGB
CMYK
RGB Variations
Color information
#667B40 (or 0x667B40) is known color: Dingley. HEX triplet: 66, 7B and 40. RGB value is (102,123,64). Sum of RGB (Red+Green+Blue) = 102+123+64=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 123 - color contains mainly: green. Hex color #667B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667B40 is #9984BF. Grayscale: #6E6E6E. Windows color (decimal): -10060992 or 4225894. OLE color: 4225894.
HSL color Cylindrical-coordinate representation of color #667B40: hue angle of 81.36º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #667B40 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 123 | 64 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.52 |
| HSL | 81.36º | 0.32% | 0.37% | - |
| HSV(B) | 81.36º | 0.48% | 0.48% | - |
| XYZ | 13.49 | 17.36 | 7.49 | - |
| YUV | 110 | 102.04 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 64 | 0.17 | 0 | 0.48 | 0.52 | 81.36 | 0.32 | 0.37 |
| Hex | 66 | 7B | 40 | 11 | 0 | 30 | 34 | 51 | 20 | 25 |
| Octal | 146 | 173 | 100 | 21 | 0 | 60 | 64 | 121 | 40 | 45 |
| Binary | 1100110 | 1111011 | 1000000 | 10001 | 0 | 110000 | 110100 | 1010001 | 100000 | 100101 |
Color Harmonies of #667B40
Complementary color
Monochromatic Colors of #667B40
Black with #667B40
Text Example
Text Example
White with #667B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667B40; }
p { color: rgb(102,123,64); }
H1.HeaderClassName
{
color: #667B40;
}
.AnyTagClassName
{
color: #667B40;
}
</style>
background-color css
<style>
a { background-color: #667B40; }
a { background-color: rgb(102,123,64); }
div.DivClassName
{
background-color: #667B40;
}
.BgClassName
{
background-color: #667B40;
}
</style>
border-color css
<style>
span { border-color: #667B40; }
span { border-color: rgb(102,123,64); }
td.TdClassName
{
border-color: #667B40;
}
.TagClassName
{
border-color: #667B40;
}
</style>