Shades of Dingley #699242
Tints of Dingley #699242
RGB
CMYK
RGB Variations
Color information
#699242 (or 0x699242) is known color: Dingley. HEX triplet: 69, 92 and 42. RGB value is (105,146,66). Sum of RGB (Red+Green+Blue) = 105+146+66=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #699242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699242 is #966DBD. Grayscale: #7C7C7C. Windows color (decimal): -9858494 or 4362857. OLE color: 4362857.
HSL color Cylindrical-coordinate representation of color #699242: hue angle of 90.75º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #699242 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 146 | 66 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.43 |
| HSL | 90.75º | 0.38% | 0.42% | - |
| HSV(B) | 90.75º | 0.55% | 0.57% | - |
| XYZ | 17.09 | 23.95 | 8.88 | - |
| YUV | 124.62 | 94.92 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 146 | 66 | 0.28 | 0 | 0.55 | 0.43 | 90.75 | 0.38 | 0.42 |
| Hex | 69 | 92 | 42 | 1C | 0 | 37 | 2B | 5B | 26 | 2A |
| Octal | 151 | 222 | 102 | 34 | 0 | 67 | 53 | 133 | 46 | 52 |
| Binary | 1101001 | 10010010 | 1000010 | 11100 | 0 | 110111 | 101011 | 1011011 | 100110 | 101010 |
Color Harmonies of #699242
Complementary color
Monochromatic Colors of #699242
Black with #699242
Text Example
Text Example
White with #699242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699242; }
p { color: rgb(105,146,66); }
H1.HeaderClassName
{
color: #699242;
}
.AnyTagClassName
{
color: #699242;
}
</style>
background-color css
<style>
a { background-color: #699242; }
a { background-color: rgb(105,146,66); }
div.DivClassName
{
background-color: #699242;
}
.BgClassName
{
background-color: #699242;
}
</style>
border-color css
<style>
span { border-color: #699242; }
span { border-color: rgb(105,146,66); }
td.TdClassName
{
border-color: #699242;
}
.TagClassName
{
border-color: #699242;
}
</style>