Shades of Dingley #679143
Tints of Dingley #679143
RGB
CMYK
RGB Variations
Color information
#679143 (or 0x679143) is known color: Dingley. HEX triplet: 67, 91 and 43. RGB value is (103,145,67). Sum of RGB (Red+Green+Blue) = 103+145+67=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #679143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679143 is #986EBC. Grayscale: #7B7B7B. Windows color (decimal): -9989821 or 4428135. OLE color: 4428135.
HSL color Cylindrical-coordinate representation of color #679143: hue angle of 92.31º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #679143 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 145 | 67 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.43 |
| HSL | 92.31º | 0.37% | 0.42% | - |
| HSV(B) | 92.31º | 0.54% | 0.57% | - |
| XYZ | 16.73 | 23.54 | 8.97 | - |
| YUV | 123.55 | 96.09 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 67 | 0.29 | 0 | 0.54 | 0.43 | 92.31 | 0.37 | 0.42 |
| Hex | 67 | 91 | 43 | 1D | 0 | 36 | 2B | 5C | 25 | 2A |
| Octal | 147 | 221 | 103 | 35 | 0 | 66 | 53 | 134 | 45 | 52 |
| Binary | 1100111 | 10010001 | 1000011 | 11101 | 0 | 110110 | 101011 | 1011100 | 100101 | 101010 |
Color Harmonies of #679143
Complementary color
Monochromatic Colors of #679143
Black with #679143
Text Example
Text Example
White with #679143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679143; }
p { color: rgb(103,145,67); }
H1.HeaderClassName
{
color: #679143;
}
.AnyTagClassName
{
color: #679143;
}
</style>
background-color css
<style>
a { background-color: #679143; }
a { background-color: rgb(103,145,67); }
div.DivClassName
{
background-color: #679143;
}
.BgClassName
{
background-color: #679143;
}
</style>
border-color css
<style>
span { border-color: #679143; }
span { border-color: rgb(103,145,67); }
td.TdClassName
{
border-color: #679143;
}
.TagClassName
{
border-color: #679143;
}
</style>