Shades of Dingley #677D3F
Tints of Dingley #677D3F
RGB
CMYK
RGB Variations
Color information
#677D3F (or 0x677D3F) is known color: Dingley. HEX triplet: 67, 7D and 3F. RGB value is (103,125,63). Sum of RGB (Red+Green+Blue) = 103+125+63=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 125 - color contains mainly: green. Hex color #677D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677D3F is #9882C0. Grayscale: #6F6F6F. Windows color (decimal): -9994945 or 4160871. OLE color: 4160871.
HSL color Cylindrical-coordinate representation of color #677D3F: hue angle of 81.29º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #677D3F is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 125 | 63 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.51 |
| HSL | 81.29º | 0.33% | 0.37% | - |
| HSV(B) | 81.29º | 0.5% | 0.49% | - |
| XYZ | 13.82 | 17.91 | 7.43 | - |
| YUV | 111.35 | 100.71 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 125 | 63 | 0.18 | 0 | 0.50 | 0.51 | 81.29 | 0.33 | 0.37 |
| Hex | 67 | 7D | 3F | 12 | 0 | 32 | 33 | 51 | 21 | 25 |
| Octal | 147 | 175 | 77 | 22 | 0 | 62 | 63 | 121 | 41 | 45 |
| Binary | 1100111 | 1111101 | 111111 | 10010 | 0 | 110010 | 110011 | 1010001 | 100001 | 100101 |
Color Harmonies of #677D3F
Complementary color
Monochromatic Colors of #677D3F
Black with #677D3F
Text Example
Text Example
White with #677D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677D3F; }
p { color: rgb(103,125,63); }
H1.HeaderClassName
{
color: #677D3F;
}
.AnyTagClassName
{
color: #677D3F;
}
</style>
background-color css
<style>
a { background-color: #677D3F; }
a { background-color: rgb(103,125,63); }
div.DivClassName
{
background-color: #677D3F;
}
.BgClassName
{
background-color: #677D3F;
}
</style>
border-color css
<style>
span { border-color: #677D3F; }
span { border-color: rgb(103,125,63); }
td.TdClassName
{
border-color: #677D3F;
}
.TagClassName
{
border-color: #677D3F;
}
</style>