Shades of Dingley #667B45
Tints of Dingley #667B45
RGB
CMYK
RGB Variations
Color information
#667B45 (or 0x667B45) is known color: Dingley. HEX triplet: 66, 7B and 45. RGB value is (102,123,69). Sum of RGB (Red+Green+Blue) = 102+123+69=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 123 - color contains mainly: green. Hex color #667B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667B45 is #9984BA. Grayscale: #6E6E6E. Windows color (decimal): -10060987 or 4553574. OLE color: 4553574.
HSL color Cylindrical-coordinate representation of color #667B45: hue angle of 83.33º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #667B45 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 123 | 69 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.52 |
| HSL | 83.33º | 0.28% | 0.38% | - |
| HSV(B) | 83.33º | 0.44% | 0.48% | - |
| XYZ | 13.64 | 17.42 | 8.27 | - |
| YUV | 110.57 | 104.54 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 69 | 0.17 | 0 | 0.44 | 0.52 | 83.33 | 0.28 | 0.38 |
| Hex | 66 | 7B | 45 | 11 | 0 | 2C | 34 | 53 | 1C | 26 |
| Octal | 146 | 173 | 105 | 21 | 0 | 54 | 64 | 123 | 34 | 46 |
| Binary | 1100110 | 1111011 | 1000101 | 10001 | 0 | 101100 | 110100 | 1010011 | 11100 | 100110 |
Color Harmonies of #667B45
Complementary color
Monochromatic Colors of #667B45
Black with #667B45
Text Example
Text Example
White with #667B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667B45; }
p { color: rgb(102,123,69); }
H1.HeaderClassName
{
color: #667B45;
}
.AnyTagClassName
{
color: #667B45;
}
</style>
background-color css
<style>
a { background-color: #667B45; }
a { background-color: rgb(102,123,69); }
div.DivClassName
{
background-color: #667B45;
}
.BgClassName
{
background-color: #667B45;
}
</style>
border-color css
<style>
span { border-color: #667B45; }
span { border-color: rgb(102,123,69); }
td.TdClassName
{
border-color: #667B45;
}
.TagClassName
{
border-color: #667B45;
}
</style>