Shades of Dingley #668B4A
Tints of Dingley #668B4A
RGB
CMYK
RGB Variations
Color information
#668B4A (or 0x668B4A) is known color: Dingley. HEX triplet: 66, 8B and 4A. RGB value is (102,139,74). Sum of RGB (Red+Green+Blue) = 102+139+74=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 139 - color contains mainly: green. Hex color #668B4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668B4A is #9974B5. Grayscale: #787878. Windows color (decimal): -10056886 or 4885350. OLE color: 4885350.
HSL color Cylindrical-coordinate representation of color #668B4A: hue angle of 94.15º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #668B4A is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 139 | 74 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.45 |
| HSL | 94.15º | 0.31% | 0.42% | - |
| HSV(B) | 94.15º | 0.47% | 0.55% | - |
| XYZ | 15.95 | 21.78 | 9.84 | - |
| YUV | 120.53 | 101.74 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 74 | 0.27 | 0 | 0.47 | 0.45 | 94.15 | 0.31 | 0.42 |
| Hex | 66 | 8B | 4A | 1B | 0 | 2F | 2D | 5E | 1F | 2A |
| Octal | 146 | 213 | 112 | 33 | 0 | 57 | 55 | 136 | 37 | 52 |
| Binary | 1100110 | 10001011 | 1001010 | 11011 | 0 | 101111 | 101101 | 1011110 | 11111 | 101010 |
Color Harmonies of #668B4A
Complementary color
Monochromatic Colors of #668B4A
Black with #668B4A
Text Example
Text Example
White with #668B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668B4A; }
p { color: rgb(102,139,74); }
H1.HeaderClassName
{
color: #668B4A;
}
.AnyTagClassName
{
color: #668B4A;
}
</style>
background-color css
<style>
a { background-color: #668B4A; }
a { background-color: rgb(102,139,74); }
div.DivClassName
{
background-color: #668B4A;
}
.BgClassName
{
background-color: #668B4A;
}
</style>
border-color css
<style>
span { border-color: #668B4A; }
span { border-color: rgb(102,139,74); }
td.TdClassName
{
border-color: #668B4A;
}
.TagClassName
{
border-color: #668B4A;
}
</style>