Shades of Dingley #668341
Tints of Dingley #668341
RGB
CMYK
RGB Variations
Color information
#668341 (or 0x668341) is known color: Dingley. HEX triplet: 66, 83 and 41. RGB value is (102,131,65). Sum of RGB (Red+Green+Blue) = 102+131+65=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 131 - color contains mainly: green. Hex color #668341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668341 is #997CBE. Grayscale: #737373. Windows color (decimal): -10058943 or 4293478. OLE color: 4293478.
HSL color Cylindrical-coordinate representation of color #668341: hue angle of 86.36º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668341 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 131 | 65 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.49 |
| HSL | 86.36º | 0.34% | 0.38% | - |
| HSV(B) | 86.36º | 0.5% | 0.51% | - |
| XYZ | 14.55 | 19.44 | 7.99 | - |
| YUV | 114.81 | 99.89 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 131 | 65 | 0.22 | 0 | 0.50 | 0.49 | 86.36 | 0.34 | 0.38 |
| Hex | 66 | 83 | 41 | 16 | 0 | 32 | 31 | 56 | 22 | 26 |
| Octal | 146 | 203 | 101 | 26 | 0 | 62 | 61 | 126 | 42 | 46 |
| Binary | 1100110 | 10000011 | 1000001 | 10110 | 0 | 110010 | 110001 | 1010110 | 100010 | 100110 |
Color Harmonies of #668341
Complementary color
Monochromatic Colors of #668341
Black with #668341
Text Example
Text Example
White with #668341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668341; }
p { color: rgb(102,131,65); }
H1.HeaderClassName
{
color: #668341;
}
.AnyTagClassName
{
color: #668341;
}
</style>
background-color css
<style>
a { background-color: #668341; }
a { background-color: rgb(102,131,65); }
div.DivClassName
{
background-color: #668341;
}
.BgClassName
{
background-color: #668341;
}
</style>
border-color css
<style>
span { border-color: #668341; }
span { border-color: rgb(102,131,65); }
td.TdClassName
{
border-color: #668341;
}
.TagClassName
{
border-color: #668341;
}
</style>