Shades of Dingley #66903F
Tints of Dingley #66903F
RGB
CMYK
RGB Variations
Color information
#66903F (or 0x66903F) is known color: Dingley. HEX triplet: 66, 90 and 3F. RGB value is (102,144,63). Sum of RGB (Red+Green+Blue) = 102+144+63=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #66903F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66903F is #996FC0. Grayscale: #7A7A7A. Windows color (decimal): -10055617 or 4165734. OLE color: 4165734.
HSL color Cylindrical-coordinate representation of color #66903F: hue angle of 91.11º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66903F is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 63 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.44 |
| HSL | 91.11º | 0.39% | 0.41% | - |
| HSV(B) | 91.11º | 0.56% | 0.56% | - |
| XYZ | 16.35 | 23.13 | 8.31 | - |
| YUV | 122.21 | 94.59 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 63 | 0.29 | 0 | 0.56 | 0.44 | 91.11 | 0.39 | 0.41 |
| Hex | 66 | 90 | 3F | 1D | 0 | 38 | 2C | 5B | 27 | 29 |
| Octal | 146 | 220 | 77 | 35 | 0 | 70 | 54 | 133 | 47 | 51 |
| Binary | 1100110 | 10010000 | 111111 | 11101 | 0 | 111000 | 101100 | 1011011 | 100111 | 101001 |
Color Harmonies of #66903F
Complementary color
Monochromatic Colors of #66903F
Black with #66903F
Text Example
Text Example
White with #66903F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66903F; }
p { color: rgb(102,144,63); }
H1.HeaderClassName
{
color: #66903F;
}
.AnyTagClassName
{
color: #66903F;
}
</style>
background-color css
<style>
a { background-color: #66903F; }
a { background-color: rgb(102,144,63); }
div.DivClassName
{
background-color: #66903F;
}
.BgClassName
{
background-color: #66903F;
}
</style>
border-color css
<style>
span { border-color: #66903F; }
span { border-color: rgb(102,144,63); }
td.TdClassName
{
border-color: #66903F;
}
.TagClassName
{
border-color: #66903F;
}
</style>