Shades of Dingley #66903E
Tints of Dingley #66903E
RGB
CMYK
RGB Variations
Color information
#66903E (or 0x66903E) is known color: Dingley. HEX triplet: 66, 90 and 3E. RGB value is (102,144,62). Sum of RGB (Red+Green+Blue) = 102+144+62=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #66903E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66903E is #996FC1. Grayscale: #7A7A7A. Windows color (decimal): -10055618 or 4100198. OLE color: 4100198.
HSL color Cylindrical-coordinate representation of color #66903E: hue angle of 90.73º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66903E is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 62 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.44 |
| HSL | 90.73º | 0.4% | 0.4% | - |
| HSV(B) | 90.73º | 0.57% | 0.56% | - |
| XYZ | 16.32 | 23.12 | 8.16 | - |
| YUV | 122.09 | 94.09 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 62 | 0.29 | 0 | 0.57 | 0.44 | 90.73 | 0.4 | 0.4 |
| Hex | 66 | 90 | 3E | 1D | 0 | 39 | 2C | 5B | 28 | 28 |
| Octal | 146 | 220 | 76 | 35 | 0 | 71 | 54 | 133 | 50 | 50 |
| Binary | 1100110 | 10010000 | 111110 | 11101 | 0 | 111001 | 101100 | 1011011 | 101000 | 101000 |
Color Harmonies of #66903E
Complementary color
Monochromatic Colors of #66903E
Black with #66903E
Text Example
Text Example
White with #66903E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66903E; }
p { color: rgb(102,144,62); }
H1.HeaderClassName
{
color: #66903E;
}
.AnyTagClassName
{
color: #66903E;
}
</style>
background-color css
<style>
a { background-color: #66903E; }
a { background-color: rgb(102,144,62); }
div.DivClassName
{
background-color: #66903E;
}
.BgClassName
{
background-color: #66903E;
}
</style>
border-color css
<style>
span { border-color: #66903E; }
span { border-color: rgb(102,144,62); }
td.TdClassName
{
border-color: #66903E;
}
.TagClassName
{
border-color: #66903E;
}
</style>