Shades of Dingley #678149
Tints of Dingley #678149
RGB
CMYK
RGB Variations
Color information
#678149 (or 0x678149) is known color: Dingley. HEX triplet: 67, 81 and 49. RGB value is (103,129,73). Sum of RGB (Red+Green+Blue) = 103+129+73=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #678149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678149 is #987EB6. Grayscale: #737373. Windows color (decimal): -9993911 or 4817255. OLE color: 4817255.
HSL color Cylindrical-coordinate representation of color #678149: hue angle of 87.86º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #678149 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 129 | 73 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.49 |
| HSL | 87.86º | 0.28% | 0.4% | - |
| HSV(B) | 87.86º | 0.43% | 0.51% | - |
| XYZ | 14.65 | 19.07 | 9.21 | - |
| YUV | 114.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 73 | 0.20 | 0 | 0.43 | 0.49 | 87.86 | 0.28 | 0.4 |
| Hex | 67 | 81 | 49 | 14 | 0 | 2B | 31 | 58 | 1C | 28 |
| Octal | 147 | 201 | 111 | 24 | 0 | 53 | 61 | 130 | 34 | 50 |
| Binary | 1100111 | 10000001 | 1001001 | 10100 | 0 | 101011 | 110001 | 1011000 | 11100 | 101000 |
Color Harmonies of #678149
Complementary color
Monochromatic Colors of #678149
Black with #678149
Text Example
Text Example
White with #678149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678149; }
p { color: rgb(103,129,73); }
H1.HeaderClassName
{
color: #678149;
}
.AnyTagClassName
{
color: #678149;
}
</style>
background-color css
<style>
a { background-color: #678149; }
a { background-color: rgb(103,129,73); }
div.DivClassName
{
background-color: #678149;
}
.BgClassName
{
background-color: #678149;
}
</style>
border-color css
<style>
span { border-color: #678149; }
span { border-color: rgb(103,129,73); }
td.TdClassName
{
border-color: #678149;
}
.TagClassName
{
border-color: #678149;
}
</style>