Shades of Dingley #667D53
Tints of Dingley #667D53
RGB
CMYK
RGB Variations
Color information
#667D53 (or 0x667D53) is known color: Dingley. HEX triplet: 66, 7D and 53. RGB value is (102,125,83). Sum of RGB (Red+Green+Blue) = 102+125+83=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 125 - color contains mainly: green. Hex color #667D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667D53 is #9982AC. Grayscale: #717171. Windows color (decimal): -10060461 or 5471590. OLE color: 5471590.
HSL color Cylindrical-coordinate representation of color #667D53: hue angle of 92.86º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #667D53 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 125 | 83 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.51 |
| HSL | 92.86º | 0.2% | 0.41% | - |
| HSV(B) | 92.86º | 0.34% | 0.49% | - |
| XYZ | 14.37 | 18.12 | 10.92 | - |
| YUV | 113.34 | 110.88 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 83 | 0.18 | 0 | 0.34 | 0.51 | 92.86 | 0.2 | 0.41 |
| Hex | 66 | 7D | 53 | 12 | 0 | 22 | 33 | 5D | 14 | 29 |
| Octal | 146 | 175 | 123 | 22 | 0 | 42 | 63 | 135 | 24 | 51 |
| Binary | 1100110 | 1111101 | 1010011 | 10010 | 0 | 100010 | 110011 | 1011101 | 10100 | 101001 |
Color Harmonies of #667D53
Complementary color
Monochromatic Colors of #667D53
Black with #667D53
Text Example
Text Example
White with #667D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667D53; }
p { color: rgb(102,125,83); }
H1.HeaderClassName
{
color: #667D53;
}
.AnyTagClassName
{
color: #667D53;
}
</style>
background-color css
<style>
a { background-color: #667D53; }
a { background-color: rgb(102,125,83); }
div.DivClassName
{
background-color: #667D53;
}
.BgClassName
{
background-color: #667D53;
}
</style>
border-color css
<style>
span { border-color: #667D53; }
span { border-color: rgb(102,125,83); }
td.TdClassName
{
border-color: #667D53;
}
.TagClassName
{
border-color: #667D53;
}
</style>