Shades of Dingley #677E38
Tints of Dingley #677E38
RGB
CMYK
RGB Variations
Color information
#677E38 (or 0x677E38) is known color: Dingley. HEX triplet: 67, 7E and 38. RGB value is (103,126,56). Sum of RGB (Red+Green+Blue) = 103+126+56=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 126 (49.61% from 255 or 44.21% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 126 - color contains mainly: green. Hex color #677E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677E38 is #9881C7. Grayscale: #6F6F6F. Windows color (decimal): -9994696 or 3702375. OLE color: 3702375.
HSL color Cylindrical-coordinate representation of color #677E38: hue angle of 79.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #677E38 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 126 | 56 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.51 |
| HSL | 79.71º | 0.38% | 0.36% | - |
| HSV(B) | 79.71º | 0.56% | 0.49% | - |
| XYZ | 13.77 | 18.09 | 6.51 | - |
| YUV | 111.14 | 96.88 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 126 | 56 | 0.18 | 0 | 0.56 | 0.51 | 79.71 | 0.38 | 0.36 |
| Hex | 67 | 7E | 38 | 12 | 0 | 38 | 33 | 50 | 26 | 24 |
| Octal | 147 | 176 | 70 | 22 | 0 | 70 | 63 | 120 | 46 | 44 |
| Binary | 1100111 | 1111110 | 111000 | 10010 | 0 | 111000 | 110011 | 1010000 | 100110 | 100100 |
Color Harmonies of #677E38
Complementary color
Monochromatic Colors of #677E38
Black with #677E38
Text Example
Text Example
White with #677E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677E38; }
p { color: rgb(103,126,56); }
H1.HeaderClassName
{
color: #677E38;
}
.AnyTagClassName
{
color: #677E38;
}
</style>
background-color css
<style>
a { background-color: #677E38; }
a { background-color: rgb(103,126,56); }
div.DivClassName
{
background-color: #677E38;
}
.BgClassName
{
background-color: #677E38;
}
</style>
border-color css
<style>
span { border-color: #677E38; }
span { border-color: rgb(103,126,56); }
td.TdClassName
{
border-color: #677E38;
}
.TagClassName
{
border-color: #677E38;
}
</style>