Shades of Dingley #668C47
Tints of Dingley #668C47
RGB
CMYK
RGB Variations
Color information
#668C47 (or 0x668C47) is known color: Dingley. HEX triplet: 66, 8C and 47. RGB value is (102,140,71). Sum of RGB (Red+Green+Blue) = 102+140+71=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 140 - color contains mainly: green. Hex color #668C47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668C47 is #9973B8. Grayscale: #797979. Windows color (decimal): -10056633 or 4688998. OLE color: 4688998.
HSL color Cylindrical-coordinate representation of color #668C47: hue angle of 93.04º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #668C47 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 140 | 71 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.45 |
| HSL | 93.04º | 0.33% | 0.41% | - |
| HSV(B) | 93.04º | 0.49% | 0.55% | - |
| XYZ | 15.99 | 22.04 | 9.37 | - |
| YUV | 120.77 | 99.91 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 71 | 0.27 | 0 | 0.49 | 0.45 | 93.04 | 0.33 | 0.41 |
| Hex | 66 | 8C | 47 | 1B | 0 | 31 | 2D | 5D | 21 | 29 |
| Octal | 146 | 214 | 107 | 33 | 0 | 61 | 55 | 135 | 41 | 51 |
| Binary | 1100110 | 10001100 | 1000111 | 11011 | 0 | 110001 | 101101 | 1011101 | 100001 | 101001 |
Color Harmonies of #668C47
Complementary color
Monochromatic Colors of #668C47
Black with #668C47
Text Example
Text Example
White with #668C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668C47; }
p { color: rgb(102,140,71); }
H1.HeaderClassName
{
color: #668C47;
}
.AnyTagClassName
{
color: #668C47;
}
</style>
background-color css
<style>
a { background-color: #668C47; }
a { background-color: rgb(102,140,71); }
div.DivClassName
{
background-color: #668C47;
}
.BgClassName
{
background-color: #668C47;
}
</style>
border-color css
<style>
span { border-color: #668C47; }
span { border-color: rgb(102,140,71); }
td.TdClassName
{
border-color: #668C47;
}
.TagClassName
{
border-color: #668C47;
}
</style>