Shades of Dingley #668845
Tints of Dingley #668845
RGB
CMYK
RGB Variations
Color information
#668845 (or 0x668845) is known color: Dingley. HEX triplet: 66, 88 and 45. RGB value is (102,136,69). Sum of RGB (Red+Green+Blue) = 102+136+69=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #668845 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668845 is #9977BA. Grayscale: #767676. Windows color (decimal): -10057659 or 4556902. OLE color: 4556902.
HSL color Cylindrical-coordinate representation of color #668845: hue angle of 90.45º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #668845 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 69 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.47 |
| HSL | 90.45º | 0.33% | 0.4% | - |
| HSV(B) | 90.45º | 0.49% | 0.53% | - |
| XYZ | 15.36 | 20.86 | 8.85 | - |
| YUV | 118.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 69 | 0.25 | 0 | 0.49 | 0.47 | 90.45 | 0.33 | 0.4 |
| Hex | 66 | 88 | 45 | 19 | 0 | 31 | 2F | 5A | 21 | 28 |
| Octal | 146 | 210 | 105 | 31 | 0 | 61 | 57 | 132 | 41 | 50 |
| Binary | 1100110 | 10001000 | 1000101 | 11001 | 0 | 110001 | 101111 | 1011010 | 100001 | 101000 |
Color Harmonies of #668845
Complementary color
Monochromatic Colors of #668845
Black with #668845
Text Example
Text Example
White with #668845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668845; }
p { color: rgb(102,136,69); }
H1.HeaderClassName
{
color: #668845;
}
.AnyTagClassName
{
color: #668845;
}
</style>
background-color css
<style>
a { background-color: #668845; }
a { background-color: rgb(102,136,69); }
div.DivClassName
{
background-color: #668845;
}
.BgClassName
{
background-color: #668845;
}
</style>
border-color css
<style>
span { border-color: #668845; }
span { border-color: rgb(102,136,69); }
td.TdClassName
{
border-color: #668845;
}
.TagClassName
{
border-color: #668845;
}
</style>