Shades of Dingley #677A50
Tints of Dingley #677A50
RGB
CMYK
RGB Variations
Color information
#677A50 (or 0x677A50) is known color: Dingley. HEX triplet: 67, 7A and 50. RGB value is (103,122,80). Sum of RGB (Red+Green+Blue) = 103+122+80=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 122 - color contains mainly: green. Hex color #677A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677A50 is #9885AF. Grayscale: #6F6F6F. Windows color (decimal): -9995696 or 5274215. OLE color: 5274215.
HSL color Cylindrical-coordinate representation of color #677A50: hue angle of 87.14º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #677A50 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 122 | 80 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.52 |
| HSL | 87.14º | 0.21% | 0.4% | - |
| HSV(B) | 87.14º | 0.34% | 0.48% | - |
| XYZ | 14 | 17.38 | 10.21 | - |
| YUV | 111.53 | 110.21 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 122 | 80 | 0.16 | 0 | 0.34 | 0.52 | 87.14 | 0.21 | 0.4 |
| Hex | 67 | 7A | 50 | 10 | 0 | 22 | 34 | 57 | 15 | 28 |
| Octal | 147 | 172 | 120 | 20 | 0 | 42 | 64 | 127 | 25 | 50 |
| Binary | 1100111 | 1111010 | 1010000 | 10000 | 0 | 100010 | 110100 | 1010111 | 10101 | 101000 |
Color Harmonies of #677A50
Complementary color
Monochromatic Colors of #677A50
Black with #677A50
Text Example
Text Example
White with #677A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677A50; }
p { color: rgb(103,122,80); }
H1.HeaderClassName
{
color: #677A50;
}
.AnyTagClassName
{
color: #677A50;
}
</style>
background-color css
<style>
a { background-color: #677A50; }
a { background-color: rgb(103,122,80); }
div.DivClassName
{
background-color: #677A50;
}
.BgClassName
{
background-color: #677A50;
}
</style>
border-color css
<style>
span { border-color: #677A50; }
span { border-color: rgb(103,122,80); }
td.TdClassName
{
border-color: #677A50;
}
.TagClassName
{
border-color: #677A50;
}
</style>