Shades of Dingley #678F3F
Tints of Dingley #678F3F
RGB
CMYK
RGB Variations
Color information
#678F3F (or 0x678F3F) is known color: Dingley. HEX triplet: 67, 8F and 3F. RGB value is (103,143,63). Sum of RGB (Red+Green+Blue) = 103+143+63=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 143 (56.25% from 255 or 46.28% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 143 - color contains mainly: green. Hex color #678F3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678F3F is #9870C0. Grayscale: #7A7A7A. Windows color (decimal): -9990337 or 4165479. OLE color: 4165479.
HSL color Cylindrical-coordinate representation of color #678F3F: hue angle of 90º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #678F3F is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 143 | 63 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.44 |
| HSL | 90º | 0.39% | 0.4% | - |
| HSV(B) | 90º | 0.56% | 0.56% | - |
| XYZ | 16.31 | 22.89 | 8.26 | - |
| YUV | 121.92 | 94.75 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 143 | 63 | 0.28 | 0 | 0.56 | 0.44 | 90 | 0.39 | 0.4 |
| Hex | 67 | 8F | 3F | 1C | 0 | 38 | 2C | 5A | 27 | 28 |
| Octal | 147 | 217 | 77 | 34 | 0 | 70 | 54 | 132 | 47 | 50 |
| Binary | 1100111 | 10001111 | 111111 | 11100 | 0 | 111000 | 101100 | 1011010 | 100111 | 101000 |
Color Harmonies of #678F3F
Complementary color
Monochromatic Colors of #678F3F
Black with #678F3F
Text Example
Text Example
White with #678F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678F3F; }
p { color: rgb(103,143,63); }
H1.HeaderClassName
{
color: #678F3F;
}
.AnyTagClassName
{
color: #678F3F;
}
</style>
background-color css
<style>
a { background-color: #678F3F; }
a { background-color: rgb(103,143,63); }
div.DivClassName
{
background-color: #678F3F;
}
.BgClassName
{
background-color: #678F3F;
}
</style>
border-color css
<style>
span { border-color: #678F3F; }
span { border-color: rgb(103,143,63); }
td.TdClassName
{
border-color: #678F3F;
}
.TagClassName
{
border-color: #678F3F;
}
</style>