Shades of Dingley #669245
Tints of Dingley #669245
RGB
CMYK
RGB Variations
Color information
#669245 (or 0x669245) is known color: Dingley. HEX triplet: 66, 92 and 45. RGB value is (102,146,69). Sum of RGB (Red+Green+Blue) = 102+146+69=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #669245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669245 is #996DBA. Grayscale: #7C7C7C. Windows color (decimal): -10055099 or 4559462. OLE color: 4559462.
HSL color Cylindrical-coordinate representation of color #669245: hue angle of 94.29º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #669245 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 69 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.43 |
| HSL | 94.29º | 0.36% | 0.42% | - |
| HSV(B) | 94.29º | 0.53% | 0.57% | - |
| XYZ | 16.83 | 23.81 | 9.34 | - |
| YUV | 124.07 | 96.92 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 69 | 0.30 | 0 | 0.53 | 0.43 | 94.29 | 0.36 | 0.42 |
| Hex | 66 | 92 | 45 | 1E | 0 | 35 | 2B | 5E | 24 | 2A |
| Octal | 146 | 222 | 105 | 36 | 0 | 65 | 53 | 136 | 44 | 52 |
| Binary | 1100110 | 10010010 | 1000101 | 11110 | 0 | 110101 | 101011 | 1011110 | 100100 | 101010 |
Color Harmonies of #669245
Complementary color
Monochromatic Colors of #669245
Black with #669245
Text Example
Text Example
White with #669245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669245; }
p { color: rgb(102,146,69); }
H1.HeaderClassName
{
color: #669245;
}
.AnyTagClassName
{
color: #669245;
}
</style>
background-color css
<style>
a { background-color: #669245; }
a { background-color: rgb(102,146,69); }
div.DivClassName
{
background-color: #669245;
}
.BgClassName
{
background-color: #669245;
}
</style>
border-color css
<style>
span { border-color: #669245; }
span { border-color: rgb(102,146,69); }
td.TdClassName
{
border-color: #669245;
}
.TagClassName
{
border-color: #669245;
}
</style>