Shades of Dingley #699441
Tints of Dingley #699441
RGB
CMYK
RGB Variations
Color information
#699441 (or 0x699441) is known color: Dingley. HEX triplet: 69, 94 and 41. RGB value is (105,148,65). Sum of RGB (Red+Green+Blue) = 105+148+65=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #699441 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699441 is #966BBE. Grayscale: #7D7D7D. Windows color (decimal): -9857983 or 4297833. OLE color: 4297833.
HSL color Cylindrical-coordinate representation of color #699441: hue angle of 91.08º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #699441 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 148 | 65 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.42 |
| HSL | 91.08º | 0.39% | 0.42% | - |
| HSV(B) | 91.08º | 0.56% | 0.58% | - |
| XYZ | 17.37 | 24.56 | 8.83 | - |
| YUV | 125.68 | 93.75 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 148 | 65 | 0.29 | 0 | 0.56 | 0.42 | 91.08 | 0.39 | 0.42 |
| Hex | 69 | 94 | 41 | 1D | 0 | 38 | 2A | 5B | 27 | 2A |
| Octal | 151 | 224 | 101 | 35 | 0 | 70 | 52 | 133 | 47 | 52 |
| Binary | 1101001 | 10010100 | 1000001 | 11101 | 0 | 111000 | 101010 | 1011011 | 100111 | 101010 |
Color Harmonies of #699441
Complementary color
Monochromatic Colors of #699441
Black with #699441
Text Example
Text Example
White with #699441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699441; }
p { color: rgb(105,148,65); }
H1.HeaderClassName
{
color: #699441;
}
.AnyTagClassName
{
color: #699441;
}
</style>
background-color css
<style>
a { background-color: #699441; }
a { background-color: rgb(105,148,65); }
div.DivClassName
{
background-color: #699441;
}
.BgClassName
{
background-color: #699441;
}
</style>
border-color css
<style>
span { border-color: #699441; }
span { border-color: rgb(105,148,65); }
td.TdClassName
{
border-color: #699441;
}
.TagClassName
{
border-color: #699441;
}
</style>