Shades of Dingley #679241
Tints of Dingley #679241
RGB
CMYK
RGB Variations
Color information
#679241 (or 0x679241) is known color: Dingley. HEX triplet: 67, 92 and 41. RGB value is (103,146,65). Sum of RGB (Red+Green+Blue) = 103+146+65=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #679241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679241 is #986DBE. Grayscale: #7C7C7C. Windows color (decimal): -9989567 or 4297319. OLE color: 4297319.
HSL color Cylindrical-coordinate representation of color #679241: hue angle of 91.85º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #679241 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 146 | 65 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.43 |
| HSL | 91.85º | 0.38% | 0.41% | - |
| HSV(B) | 91.85º | 0.55% | 0.57% | - |
| XYZ | 16.83 | 23.82 | 8.71 | - |
| YUV | 123.91 | 94.75 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 146 | 65 | 0.29 | 0 | 0.55 | 0.43 | 91.85 | 0.38 | 0.41 |
| Hex | 67 | 92 | 41 | 1D | 0 | 37 | 2B | 5C | 26 | 29 |
| Octal | 147 | 222 | 101 | 35 | 0 | 67 | 53 | 134 | 46 | 51 |
| Binary | 1100111 | 10010010 | 1000001 | 11101 | 0 | 110111 | 101011 | 1011100 | 100110 | 101001 |
Color Harmonies of #679241
Complementary color
Monochromatic Colors of #679241
Black with #679241
Text Example
Text Example
White with #679241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679241; }
p { color: rgb(103,146,65); }
H1.HeaderClassName
{
color: #679241;
}
.AnyTagClassName
{
color: #679241;
}
</style>
background-color css
<style>
a { background-color: #679241; }
a { background-color: rgb(103,146,65); }
div.DivClassName
{
background-color: #679241;
}
.BgClassName
{
background-color: #679241;
}
</style>
border-color css
<style>
span { border-color: #679241; }
span { border-color: rgb(103,146,65); }
td.TdClassName
{
border-color: #679241;
}
.TagClassName
{
border-color: #679241;
}
</style>