Shades of Dingley #668741
Tints of Dingley #668741
RGB
CMYK
RGB Variations
Color information
#668741 (or 0x668741) is known color: Dingley. HEX triplet: 66, 87 and 41. RGB value is (102,135,65). Sum of RGB (Red+Green+Blue) = 102+135+65=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #668741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668741 is #9978BE. Grayscale: #757575. Windows color (decimal): -10057919 or 4294502. OLE color: 4294502.
HSL color Cylindrical-coordinate representation of color #668741: hue angle of 88.29º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #668741 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 135 | 65 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.47 |
| HSL | 88.29º | 0.35% | 0.39% | - |
| HSV(B) | 88.29º | 0.52% | 0.53% | - |
| XYZ | 15.1 | 20.53 | 8.17 | - |
| YUV | 117.15 | 98.57 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 135 | 65 | 0.24 | 0 | 0.52 | 0.47 | 88.29 | 0.35 | 0.39 |
| Hex | 66 | 87 | 41 | 18 | 0 | 34 | 2F | 58 | 23 | 27 |
| Octal | 146 | 207 | 101 | 30 | 0 | 64 | 57 | 130 | 43 | 47 |
| Binary | 1100110 | 10000111 | 1000001 | 11000 | 0 | 110100 | 101111 | 1011000 | 100011 | 100111 |
Color Harmonies of #668741
Complementary color
Monochromatic Colors of #668741
Black with #668741
Text Example
Text Example
White with #668741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668741; }
p { color: rgb(102,135,65); }
H1.HeaderClassName
{
color: #668741;
}
.AnyTagClassName
{
color: #668741;
}
</style>
background-color css
<style>
a { background-color: #668741; }
a { background-color: rgb(102,135,65); }
div.DivClassName
{
background-color: #668741;
}
.BgClassName
{
background-color: #668741;
}
</style>
border-color css
<style>
span { border-color: #668741; }
span { border-color: rgb(102,135,65); }
td.TdClassName
{
border-color: #668741;
}
.TagClassName
{
border-color: #668741;
}
</style>