Shades of Dingley #668A48
Tints of Dingley #668A48
RGB
CMYK
RGB Variations
Color information
#668A48 (or 0x668A48) is known color: Dingley. HEX triplet: 66, 8A and 48. RGB value is (102,138,72). Sum of RGB (Red+Green+Blue) = 102+138+72=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 138 - color contains mainly: green. Hex color #668A48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668A48 is #9975B7. Grayscale: #777777. Windows color (decimal): -10057144 or 4754022. OLE color: 4754022.
HSL color Cylindrical-coordinate representation of color #668A48: hue angle of 92.73º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #668A48 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 138 | 72 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.46 |
| HSL | 92.73º | 0.31% | 0.41% | - |
| HSV(B) | 92.73º | 0.48% | 0.54% | - |
| XYZ | 15.74 | 21.47 | 9.45 | - |
| YUV | 119.71 | 101.07 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 72 | 0.26 | 0 | 0.48 | 0.46 | 92.73 | 0.31 | 0.41 |
| Hex | 66 | 8A | 48 | 1A | 0 | 30 | 2E | 5D | 1F | 29 |
| Octal | 146 | 212 | 110 | 32 | 0 | 60 | 56 | 135 | 37 | 51 |
| Binary | 1100110 | 10001010 | 1001000 | 11010 | 0 | 110000 | 101110 | 1011101 | 11111 | 101001 |
Color Harmonies of #668A48
Complementary color
Monochromatic Colors of #668A48
Black with #668A48
Text Example
Text Example
White with #668A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668A48; }
p { color: rgb(102,138,72); }
H1.HeaderClassName
{
color: #668A48;
}
.AnyTagClassName
{
color: #668A48;
}
</style>
background-color css
<style>
a { background-color: #668A48; }
a { background-color: rgb(102,138,72); }
div.DivClassName
{
background-color: #668A48;
}
.BgClassName
{
background-color: #668A48;
}
</style>
border-color css
<style>
span { border-color: #668A48; }
span { border-color: rgb(102,138,72); }
td.TdClassName
{
border-color: #668A48;
}
.TagClassName
{
border-color: #668A48;
}
</style>