Shades of Dingley #668A3C
Tints of Dingley #668A3C
RGB
CMYK
RGB Variations
Color information
#668A3C (or 0x668A3C) is known color: Dingley. HEX triplet: 66, 8A and 3C. RGB value is (102,138,60). Sum of RGB (Red+Green+Blue) = 102+138+60=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 138 - color contains mainly: green. Hex color #668A3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668A3C is #9975C3. Grayscale: #767676. Windows color (decimal): -10057156 or 3967590. OLE color: 3967590.
HSL color Cylindrical-coordinate representation of color #668A3C: hue angle of 87.69º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #668A3C is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 138 | 60 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.46 |
| HSL | 87.69º | 0.39% | 0.39% | - |
| HSV(B) | 87.69º | 0.57% | 0.54% | - |
| XYZ | 15.38 | 21.33 | 7.58 | - |
| YUV | 118.34 | 95.07 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 60 | 0.26 | 0 | 0.57 | 0.46 | 87.69 | 0.39 | 0.39 |
| Hex | 66 | 8A | 3C | 1A | 0 | 39 | 2E | 58 | 27 | 27 |
| Octal | 146 | 212 | 74 | 32 | 0 | 71 | 56 | 130 | 47 | 47 |
| Binary | 1100110 | 10001010 | 111100 | 11010 | 0 | 111001 | 101110 | 1011000 | 100111 | 100111 |
Color Harmonies of #668A3C
Complementary color
Monochromatic Colors of #668A3C
Black with #668A3C
Text Example
Text Example
White with #668A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668A3C; }
p { color: rgb(102,138,60); }
H1.HeaderClassName
{
color: #668A3C;
}
.AnyTagClassName
{
color: #668A3C;
}
</style>
background-color css
<style>
a { background-color: #668A3C; }
a { background-color: rgb(102,138,60); }
div.DivClassName
{
background-color: #668A3C;
}
.BgClassName
{
background-color: #668A3C;
}
</style>
border-color css
<style>
span { border-color: #668A3C; }
span { border-color: rgb(102,138,60); }
td.TdClassName
{
border-color: #668A3C;
}
.TagClassName
{
border-color: #668A3C;
}
</style>