Shades of Dingley #677A40
Tints of Dingley #677A40
RGB
CMYK
RGB Variations
Color information
#677A40 (or 0x677A40) is known color: Dingley. HEX triplet: 67, 7A and 40. RGB value is (103,122,64). Sum of RGB (Red+Green+Blue) = 103+122+64=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 122 - color contains mainly: green. Hex color #677A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677A40 is #9885BF. Grayscale: #6D6D6D. Windows color (decimal): -9995712 or 4225639. OLE color: 4225639.
HSL color Cylindrical-coordinate representation of color #677A40: hue angle of 79.66º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #677A40 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 122 | 64 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.52 |
| HSL | 79.66º | 0.31% | 0.36% | - |
| HSV(B) | 79.66º | 0.48% | 0.48% | - |
| XYZ | 13.48 | 17.17 | 7.45 | - |
| YUV | 109.71 | 102.21 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 122 | 64 | 0.16 | 0 | 0.48 | 0.52 | 79.66 | 0.31 | 0.36 |
| Hex | 67 | 7A | 40 | 10 | 0 | 30 | 34 | 50 | 1F | 24 |
| Octal | 147 | 172 | 100 | 20 | 0 | 60 | 64 | 120 | 37 | 44 |
| Binary | 1100111 | 1111010 | 1000000 | 10000 | 0 | 110000 | 110100 | 1010000 | 11111 | 100100 |
Color Harmonies of #677A40
Complementary color
Monochromatic Colors of #677A40
Black with #677A40
Text Example
Text Example
White with #677A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677A40; }
p { color: rgb(103,122,64); }
H1.HeaderClassName
{
color: #677A40;
}
.AnyTagClassName
{
color: #677A40;
}
</style>
background-color css
<style>
a { background-color: #677A40; }
a { background-color: rgb(103,122,64); }
div.DivClassName
{
background-color: #677A40;
}
.BgClassName
{
background-color: #677A40;
}
</style>
border-color css
<style>
span { border-color: #677A40; }
span { border-color: rgb(103,122,64); }
td.TdClassName
{
border-color: #677A40;
}
.TagClassName
{
border-color: #677A40;
}
</style>