Shades of Dingley #679148
Tints of Dingley #679148
RGB
CMYK
RGB Variations
Color information
#679148 (or 0x679148) is known color: Dingley. HEX triplet: 67, 91 and 48. RGB value is (103,145,72). Sum of RGB (Red+Green+Blue) = 103+145+72=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #679148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679148 is #986EB7. Grayscale: #7C7C7C. Windows color (decimal): -9989816 or 4755815. OLE color: 4755815.
HSL color Cylindrical-coordinate representation of color #679148: hue angle of 94.52º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #679148 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 145 | 72 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.43 |
| HSL | 94.52º | 0.34% | 0.43% | - |
| HSV(B) | 94.52º | 0.5% | 0.57% | - |
| XYZ | 16.89 | 23.6 | 9.8 | - |
| YUV | 124.12 | 98.59 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 72 | 0.29 | 0 | 0.50 | 0.43 | 94.52 | 0.34 | 0.43 |
| Hex | 67 | 91 | 48 | 1D | 0 | 32 | 2B | 5F | 22 | 2B |
| Octal | 147 | 221 | 110 | 35 | 0 | 62 | 53 | 137 | 42 | 53 |
| Binary | 1100111 | 10010001 | 1001000 | 11101 | 0 | 110010 | 101011 | 1011111 | 100010 | 101011 |
Color Harmonies of #679148
Complementary color
Monochromatic Colors of #679148
Black with #679148
Text Example
Text Example
White with #679148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679148; }
p { color: rgb(103,145,72); }
H1.HeaderClassName
{
color: #679148;
}
.AnyTagClassName
{
color: #679148;
}
</style>
background-color css
<style>
a { background-color: #679148; }
a { background-color: rgb(103,145,72); }
div.DivClassName
{
background-color: #679148;
}
.BgClassName
{
background-color: #679148;
}
</style>
border-color css
<style>
span { border-color: #679148; }
span { border-color: rgb(103,145,72); }
td.TdClassName
{
border-color: #679148;
}
.TagClassName
{
border-color: #679148;
}
</style>