Shades of Dingley #669544
Tints of Dingley #669544
RGB
CMYK
RGB Variations
Color information
#669544 (or 0x669544) is known color: Dingley. HEX triplet: 66, 95 and 44. RGB value is (102,149,68). Sum of RGB (Red+Green+Blue) = 102+149+68=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #669544 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669544 is #996ABB. Grayscale: #7D7D7D. Windows color (decimal): -10054332 or 4494694. OLE color: 4494694.
HSL color Cylindrical-coordinate representation of color #669544: hue angle of 94.81º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #669544 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 149 | 68 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.42 |
| HSL | 94.81º | 0.37% | 0.43% | - |
| HSV(B) | 94.81º | 0.54% | 0.58% | - |
| XYZ | 17.27 | 24.74 | 9.33 | - |
| YUV | 125.71 | 95.43 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 68 | 0.32 | 0 | 0.54 | 0.42 | 94.81 | 0.37 | 0.43 |
| Hex | 66 | 95 | 44 | 20 | 0 | 36 | 2A | 5F | 25 | 2B |
| Octal | 146 | 225 | 104 | 40 | 0 | 66 | 52 | 137 | 45 | 53 |
| Binary | 1100110 | 10010101 | 1000100 | 100000 | 0 | 110110 | 101010 | 1011111 | 100101 | 101011 |
Color Harmonies of #669544
Complementary color
Monochromatic Colors of #669544
Black with #669544
Text Example
Text Example
White with #669544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669544; }
p { color: rgb(102,149,68); }
H1.HeaderClassName
{
color: #669544;
}
.AnyTagClassName
{
color: #669544;
}
</style>
background-color css
<style>
a { background-color: #669544; }
a { background-color: rgb(102,149,68); }
div.DivClassName
{
background-color: #669544;
}
.BgClassName
{
background-color: #669544;
}
</style>
border-color css
<style>
span { border-color: #669544; }
span { border-color: rgb(102,149,68); }
td.TdClassName
{
border-color: #669544;
}
.TagClassName
{
border-color: #669544;
}
</style>