Shades of Dingley #699142
Tints of Dingley #699142
RGB
CMYK
RGB Variations
Color information
#699142 (or 0x699142) is known color: Dingley. HEX triplet: 69, 91 and 42. RGB value is (105,145,66). Sum of RGB (Red+Green+Blue) = 105+145+66=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #699142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699142 is #966EBD. Grayscale: #7C7C7C. Windows color (decimal): -9858750 or 4362601. OLE color: 4362601.
HSL color Cylindrical-coordinate representation of color #699142: hue angle of 90.38º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #699142 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 145 | 66 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.43 |
| HSL | 90.38º | 0.37% | 0.41% | - |
| HSV(B) | 90.38º | 0.54% | 0.57% | - |
| XYZ | 16.93 | 23.65 | 8.83 | - |
| YUV | 124.03 | 95.25 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 66 | 0.28 | 0 | 0.54 | 0.43 | 90.38 | 0.37 | 0.41 |
| Hex | 69 | 91 | 42 | 1C | 0 | 36 | 2B | 5A | 25 | 29 |
| Octal | 151 | 221 | 102 | 34 | 0 | 66 | 53 | 132 | 45 | 51 |
| Binary | 1101001 | 10010001 | 1000010 | 11100 | 0 | 110110 | 101011 | 1011010 | 100101 | 101001 |
Color Harmonies of #699142
Complementary color
Monochromatic Colors of #699142
Black with #699142
Text Example
Text Example
White with #699142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699142; }
p { color: rgb(105,145,66); }
H1.HeaderClassName
{
color: #699142;
}
.AnyTagClassName
{
color: #699142;
}
</style>
background-color css
<style>
a { background-color: #699142; }
a { background-color: rgb(105,145,66); }
div.DivClassName
{
background-color: #699142;
}
.BgClassName
{
background-color: #699142;
}
</style>
border-color css
<style>
span { border-color: #699142; }
span { border-color: rgb(105,145,66); }
td.TdClassName
{
border-color: #699142;
}
.TagClassName
{
border-color: #699142;
}
</style>