Shades of Dingley #679141
Tints of Dingley #679141
RGB
CMYK
RGB Variations
Color information
#679141 (or 0x679141) is known color: Dingley. HEX triplet: 67, 91 and 41. RGB value is (103,145,65). Sum of RGB (Red+Green+Blue) = 103+145+65=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #679141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679141 is #986EBE. Grayscale: #7B7B7B. Windows color (decimal): -9989823 or 4297063. OLE color: 4297063.
HSL color Cylindrical-coordinate representation of color #679141: hue angle of 91.5º 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 #679141 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 145 | 65 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.43 |
| HSL | 91.5º | 0.38% | 0.41% | - |
| HSV(B) | 91.5º | 0.55% | 0.57% | - |
| XYZ | 16.67 | 23.52 | 8.66 | - |
| YUV | 123.32 | 95.09 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 65 | 0.29 | 0 | 0.55 | 0.43 | 91.5 | 0.38 | 0.41 |
| Hex | 67 | 91 | 41 | 1D | 0 | 37 | 2B | 5C | 26 | 29 |
| Octal | 147 | 221 | 101 | 35 | 0 | 67 | 53 | 134 | 46 | 51 |
| Binary | 1100111 | 10010001 | 1000001 | 11101 | 0 | 110111 | 101011 | 1011100 | 100110 | 101001 |
Color Harmonies of #679141
Complementary color
Monochromatic Colors of #679141
Black with #679141
Text Example
Text Example
White with #679141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679141; }
p { color: rgb(103,145,65); }
H1.HeaderClassName
{
color: #679141;
}
.AnyTagClassName
{
color: #679141;
}
</style>
background-color css
<style>
a { background-color: #679141; }
a { background-color: rgb(103,145,65); }
div.DivClassName
{
background-color: #679141;
}
.BgClassName
{
background-color: #679141;
}
</style>
border-color css
<style>
span { border-color: #679141; }
span { border-color: rgb(103,145,65); }
td.TdClassName
{
border-color: #679141;
}
.TagClassName
{
border-color: #679141;
}
</style>