Shades of Dingley #668945
Tints of Dingley #668945
RGB
CMYK
RGB Variations
Color information
#668945 (or 0x668945) is known color: Dingley. HEX triplet: 66, 89 and 45. RGB value is (102,137,69). Sum of RGB (Red+Green+Blue) = 102+137+69=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #668945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668945 is #9976BA. Grayscale: #777777. Windows color (decimal): -10057403 or 4557158. OLE color: 4557158.
HSL color Cylindrical-coordinate representation of color #668945: hue angle of 90.88º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668945 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 137 | 69 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.46 |
| HSL | 90.88º | 0.33% | 0.4% | - |
| HSV(B) | 90.88º | 0.5% | 0.54% | - |
| XYZ | 15.5 | 21.15 | 8.89 | - |
| YUV | 118.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 137 | 69 | 0.26 | 0 | 0.50 | 0.46 | 90.88 | 0.33 | 0.4 |
| Hex | 66 | 89 | 45 | 1A | 0 | 32 | 2E | 5B | 21 | 28 |
| Octal | 146 | 211 | 105 | 32 | 0 | 62 | 56 | 133 | 41 | 50 |
| Binary | 1100110 | 10001001 | 1000101 | 11010 | 0 | 110010 | 101110 | 1011011 | 100001 | 101000 |
Color Harmonies of #668945
Complementary color
Monochromatic Colors of #668945
Black with #668945
Text Example
Text Example
White with #668945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668945; }
p { color: rgb(102,137,69); }
H1.HeaderClassName
{
color: #668945;
}
.AnyTagClassName
{
color: #668945;
}
</style>
background-color css
<style>
a { background-color: #668945; }
a { background-color: rgb(102,137,69); }
div.DivClassName
{
background-color: #668945;
}
.BgClassName
{
background-color: #668945;
}
</style>
border-color css
<style>
span { border-color: #668945; }
span { border-color: rgb(102,137,69); }
td.TdClassName
{
border-color: #668945;
}
.TagClassName
{
border-color: #668945;
}
</style>