Shades of Dingley #669441
Tints of Dingley #669441
RGB
CMYK
RGB Variations
Color information
#669441 (or 0x669441) is known color: Dingley. HEX triplet: 66, 94 and 41. RGB value is (102,148,65). Sum of RGB (Red+Green+Blue) = 102+148+65=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #669441 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669441 is #996BBE. Grayscale: #7D7D7D. Windows color (decimal): -10054591 or 4297830. OLE color: 4297830.
HSL color Cylindrical-coordinate representation of color #669441: hue angle of 93.25º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #669441 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 148 | 65 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.42 |
| HSL | 93.25º | 0.39% | 0.42% | - |
| HSV(B) | 93.25º | 0.56% | 0.58% | - |
| XYZ | 17.02 | 24.39 | 8.81 | - |
| YUV | 124.78 | 94.26 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 148 | 65 | 0.31 | 0 | 0.56 | 0.42 | 93.25 | 0.39 | 0.42 |
| Hex | 66 | 94 | 41 | 1F | 0 | 38 | 2A | 5D | 27 | 2A |
| Octal | 146 | 224 | 101 | 37 | 0 | 70 | 52 | 135 | 47 | 52 |
| Binary | 1100110 | 10010100 | 1000001 | 11111 | 0 | 111000 | 101010 | 1011101 | 100111 | 101010 |
Color Harmonies of #669441
Complementary color
Monochromatic Colors of #669441
Black with #669441
Text Example
Text Example
White with #669441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669441; }
p { color: rgb(102,148,65); }
H1.HeaderClassName
{
color: #669441;
}
.AnyTagClassName
{
color: #669441;
}
</style>
background-color css
<style>
a { background-color: #669441; }
a { background-color: rgb(102,148,65); }
div.DivClassName
{
background-color: #669441;
}
.BgClassName
{
background-color: #669441;
}
</style>
border-color css
<style>
span { border-color: #669441; }
span { border-color: rgb(102,148,65); }
td.TdClassName
{
border-color: #669441;
}
.TagClassName
{
border-color: #669441;
}
</style>