Shades of Dingley #668B41
Tints of Dingley #668B41
RGB
CMYK
RGB Variations
Color information
#668B41 (or 0x668B41) is known color: Dingley. HEX triplet: 66, 8B and 41. RGB value is (102,139,65). Sum of RGB (Red+Green+Blue) = 102+139+65=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 139 - color contains mainly: green. Hex color #668B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668B41 is #9974BE. Grayscale: #777777. Windows color (decimal): -10056895 or 4295526. OLE color: 4295526.
HSL color Cylindrical-coordinate representation of color #668B41: hue angle of 90º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #668B41 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 139 | 65 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.45 |
| HSL | 90º | 0.36% | 0.4% | - |
| HSV(B) | 90º | 0.53% | 0.55% | - |
| XYZ | 15.67 | 21.67 | 8.36 | - |
| YUV | 119.5 | 97.24 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 65 | 0.27 | 0 | 0.53 | 0.45 | 90 | 0.36 | 0.4 |
| Hex | 66 | 8B | 41 | 1B | 0 | 35 | 2D | 5A | 24 | 28 |
| Octal | 146 | 213 | 101 | 33 | 0 | 65 | 55 | 132 | 44 | 50 |
| Binary | 1100110 | 10001011 | 1000001 | 11011 | 0 | 110101 | 101101 | 1011010 | 100100 | 101000 |
Color Harmonies of #668B41
Complementary color
Monochromatic Colors of #668B41
Black with #668B41
Text Example
Text Example
White with #668B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668B41; }
p { color: rgb(102,139,65); }
H1.HeaderClassName
{
color: #668B41;
}
.AnyTagClassName
{
color: #668B41;
}
</style>
background-color css
<style>
a { background-color: #668B41; }
a { background-color: rgb(102,139,65); }
div.DivClassName
{
background-color: #668B41;
}
.BgClassName
{
background-color: #668B41;
}
</style>
border-color css
<style>
span { border-color: #668B41; }
span { border-color: rgb(102,139,65); }
td.TdClassName
{
border-color: #668B41;
}
.TagClassName
{
border-color: #668B41;
}
</style>