Shades of Dingley #669444
Tints of Dingley #669444
RGB
CMYK
RGB Variations
Color information
#669444 (or 0x669444) is known color: Dingley. HEX triplet: 66, 94 and 44. RGB value is (102,148,68). Sum of RGB (Red+Green+Blue) = 102+148+68=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #669444 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669444 is #996BBB. Grayscale: #7D7D7D. Windows color (decimal): -10054588 or 4494438. OLE color: 4494438.
HSL color Cylindrical-coordinate representation of color #669444: hue angle of 94.5º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #669444 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 148 | 68 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.42 |
| HSL | 94.5º | 0.37% | 0.42% | - |
| HSV(B) | 94.5º | 0.54% | 0.58% | - |
| XYZ | 17.11 | 24.42 | 9.28 | - |
| YUV | 125.13 | 95.76 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 148 | 68 | 0.31 | 0 | 0.54 | 0.42 | 94.5 | 0.37 | 0.42 |
| Hex | 66 | 94 | 44 | 1F | 0 | 36 | 2A | 5E | 25 | 2A |
| Octal | 146 | 224 | 104 | 37 | 0 | 66 | 52 | 136 | 45 | 52 |
| Binary | 1100110 | 10010100 | 1000100 | 11111 | 0 | 110110 | 101010 | 1011110 | 100101 | 101010 |
Color Harmonies of #669444
Complementary color
Monochromatic Colors of #669444
Black with #669444
Text Example
Text Example
White with #669444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669444; }
p { color: rgb(102,148,68); }
H1.HeaderClassName
{
color: #669444;
}
.AnyTagClassName
{
color: #669444;
}
</style>
background-color css
<style>
a { background-color: #669444; }
a { background-color: rgb(102,148,68); }
div.DivClassName
{
background-color: #669444;
}
.BgClassName
{
background-color: #669444;
}
</style>
border-color css
<style>
span { border-color: #669444; }
span { border-color: rgb(102,148,68); }
td.TdClassName
{
border-color: #669444;
}
.TagClassName
{
border-color: #669444;
}
</style>