Shades of Dingley #677A45
Tints of Dingley #677A45
RGB
CMYK
RGB Variations
Color information
#677A45 (or 0x677A45) is known color: Dingley. HEX triplet: 67, 7A and 45. RGB value is (103,122,69). Sum of RGB (Red+Green+Blue) = 103+122+69=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 122 - color contains mainly: green. Hex color #677A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677A45 is #9885BA. Grayscale: #6E6E6E. Windows color (decimal): -9995707 or 4553319. OLE color: 4553319.
HSL color Cylindrical-coordinate representation of color #677A45: hue angle of 81.51º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #677A45 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 122 | 69 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.52 |
| HSL | 81.51º | 0.28% | 0.37% | - |
| HSV(B) | 81.51º | 0.43% | 0.48% | - |
| XYZ | 13.63 | 17.23 | 8.24 | - |
| YUV | 110.28 | 104.71 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 122 | 69 | 0.16 | 0 | 0.43 | 0.52 | 81.51 | 0.28 | 0.37 |
| Hex | 67 | 7A | 45 | 10 | 0 | 2B | 34 | 52 | 1C | 25 |
| Octal | 147 | 172 | 105 | 20 | 0 | 53 | 64 | 122 | 34 | 45 |
| Binary | 1100111 | 1111010 | 1000101 | 10000 | 0 | 101011 | 110100 | 1010010 | 11100 | 100101 |
Color Harmonies of #677A45
Complementary color
Monochromatic Colors of #677A45
Black with #677A45
Text Example
Text Example
White with #677A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677A45; }
p { color: rgb(103,122,69); }
H1.HeaderClassName
{
color: #677A45;
}
.AnyTagClassName
{
color: #677A45;
}
</style>
background-color css
<style>
a { background-color: #677A45; }
a { background-color: rgb(103,122,69); }
div.DivClassName
{
background-color: #677A45;
}
.BgClassName
{
background-color: #677A45;
}
</style>
border-color css
<style>
span { border-color: #677A45; }
span { border-color: rgb(103,122,69); }
td.TdClassName
{
border-color: #677A45;
}
.TagClassName
{
border-color: #677A45;
}
</style>