Shades of Dingley #667942
Tints of Dingley #667942
RGB
CMYK
RGB Variations
Color information
#667942 (or 0x667942) is known color: Dingley. HEX triplet: 66, 79 and 42. RGB value is (102,121,66). Sum of RGB (Red+Green+Blue) = 102+121+66=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 121 - color contains mainly: green. Hex color #667942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667942 is #9986BD. Grayscale: #6D6D6D. Windows color (decimal): -10061502 or 4356454. OLE color: 4356454.
HSL color Cylindrical-coordinate representation of color #667942: hue angle of 80.73º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #667942 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 121 | 66 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.53 |
| HSL | 80.73º | 0.29% | 0.37% | - |
| HSV(B) | 80.73º | 0.45% | 0.47% | - |
| XYZ | 13.3 | 16.89 | 7.71 | - |
| YUV | 109.05 | 103.71 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 121 | 66 | 0.16 | 0 | 0.45 | 0.53 | 80.73 | 0.29 | 0.37 |
| Hex | 66 | 79 | 42 | 10 | 0 | 2D | 35 | 51 | 1D | 25 |
| Octal | 146 | 171 | 102 | 20 | 0 | 55 | 65 | 121 | 35 | 45 |
| Binary | 1100110 | 1111001 | 1000010 | 10000 | 0 | 101101 | 110101 | 1010001 | 11101 | 100101 |
Color Harmonies of #667942
Complementary color
Monochromatic Colors of #667942
Black with #667942
Text Example
Text Example
White with #667942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667942; }
p { color: rgb(102,121,66); }
H1.HeaderClassName
{
color: #667942;
}
.AnyTagClassName
{
color: #667942;
}
</style>
background-color css
<style>
a { background-color: #667942; }
a { background-color: rgb(102,121,66); }
div.DivClassName
{
background-color: #667942;
}
.BgClassName
{
background-color: #667942;
}
</style>
border-color css
<style>
span { border-color: #667942; }
span { border-color: rgb(102,121,66); }
td.TdClassName
{
border-color: #667942;
}
.TagClassName
{
border-color: #667942;
}
</style>