Shades of Dingley #669143
Tints of Dingley #669143
RGB
CMYK
RGB Variations
Color information
#669143 (or 0x669143) is known color: Dingley. HEX triplet: 66, 91 and 43. RGB value is (102,145,67). Sum of RGB (Red+Green+Blue) = 102+145+67=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #669143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669143 is #996EBC. Grayscale: #7B7B7B. Windows color (decimal): -10055357 or 4428134. OLE color: 4428134.
HSL color Cylindrical-coordinate representation of color #669143: hue angle of 93.08º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #669143 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 145 | 67 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.43 |
| HSL | 93.08º | 0.37% | 0.42% | - |
| HSV(B) | 93.08º | 0.54% | 0.57% | - |
| XYZ | 16.62 | 23.48 | 8.97 | - |
| YUV | 123.25 | 96.25 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 67 | 0.30 | 0 | 0.54 | 0.43 | 93.08 | 0.37 | 0.42 |
| Hex | 66 | 91 | 43 | 1E | 0 | 36 | 2B | 5D | 25 | 2A |
| Octal | 146 | 221 | 103 | 36 | 0 | 66 | 53 | 135 | 45 | 52 |
| Binary | 1100110 | 10010001 | 1000011 | 11110 | 0 | 110110 | 101011 | 1011101 | 100101 | 101010 |
Color Harmonies of #669143
Complementary color
Monochromatic Colors of #669143
Black with #669143
Text Example
Text Example
White with #669143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669143; }
p { color: rgb(102,145,67); }
H1.HeaderClassName
{
color: #669143;
}
.AnyTagClassName
{
color: #669143;
}
</style>
background-color css
<style>
a { background-color: #669143; }
a { background-color: rgb(102,145,67); }
div.DivClassName
{
background-color: #669143;
}
.BgClassName
{
background-color: #669143;
}
</style>
border-color css
<style>
span { border-color: #669143; }
span { border-color: rgb(102,145,67); }
td.TdClassName
{
border-color: #669143;
}
.TagClassName
{
border-color: #669143;
}
</style>