Shades of Dingley #668648
Tints of Dingley #668648
RGB
CMYK
RGB Variations
Color information
#668648 (or 0x668648) is known color: Dingley. HEX triplet: 66, 86 and 48. RGB value is (102,134,72). Sum of RGB (Red+Green+Blue) = 102+134+72=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 134 - color contains mainly: green. Hex color #668648 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668648 is #9979B7. Grayscale: #757575. Windows color (decimal): -10058168 or 4752998. OLE color: 4752998.
HSL color Cylindrical-coordinate representation of color #668648: hue angle of 90.97º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #668648 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 134 | 72 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.47 |
| HSL | 90.97º | 0.3% | 0.4% | - |
| HSV(B) | 90.97º | 0.46% | 0.53% | - |
| XYZ | 15.17 | 20.34 | 9.26 | - |
| YUV | 117.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 134 | 72 | 0.24 | 0 | 0.46 | 0.47 | 90.97 | 0.3 | 0.4 |
| Hex | 66 | 86 | 48 | 18 | 0 | 2E | 2F | 5B | 1E | 28 |
| Octal | 146 | 206 | 110 | 30 | 0 | 56 | 57 | 133 | 36 | 50 |
| Binary | 1100110 | 10000110 | 1001000 | 11000 | 0 | 101110 | 101111 | 1011011 | 11110 | 101000 |
Color Harmonies of #668648
Complementary color
Monochromatic Colors of #668648
Black with #668648
Text Example
Text Example
White with #668648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668648; }
p { color: rgb(102,134,72); }
H1.HeaderClassName
{
color: #668648;
}
.AnyTagClassName
{
color: #668648;
}
</style>
background-color css
<style>
a { background-color: #668648; }
a { background-color: rgb(102,134,72); }
div.DivClassName
{
background-color: #668648;
}
.BgClassName
{
background-color: #668648;
}
</style>
border-color css
<style>
span { border-color: #668648; }
span { border-color: rgb(102,134,72); }
td.TdClassName
{
border-color: #668648;
}
.TagClassName
{
border-color: #668648;
}
</style>