Shades of Dingley #699144
Tints of Dingley #699144
RGB
CMYK
RGB Variations
Color information
#699144 (or 0x699144) is known color: Dingley. HEX triplet: 69, 91 and 44. RGB value is (105,145,68). Sum of RGB (Red+Green+Blue) = 105+145+68=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #699144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699144 is #966EBB. Grayscale: #7C7C7C. Windows color (decimal): -9858748 or 4493673. OLE color: 4493673.
HSL color Cylindrical-coordinate representation of color #699144: hue angle of 91.17º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #699144 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 145 | 68 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.43 |
| HSL | 91.17º | 0.36% | 0.42% | - |
| HSV(B) | 91.17º | 0.53% | 0.57% | - |
| XYZ | 16.99 | 23.67 | 9.14 | - |
| YUV | 124.26 | 96.25 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 68 | 0.28 | 0 | 0.53 | 0.43 | 91.17 | 0.36 | 0.42 |
| Hex | 69 | 91 | 44 | 1C | 0 | 35 | 2B | 5B | 24 | 2A |
| Octal | 151 | 221 | 104 | 34 | 0 | 65 | 53 | 133 | 44 | 52 |
| Binary | 1101001 | 10010001 | 1000100 | 11100 | 0 | 110101 | 101011 | 1011011 | 100100 | 101010 |
Color Harmonies of #699144
Complementary color
Monochromatic Colors of #699144
Black with #699144
Text Example
Text Example
White with #699144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699144; }
p { color: rgb(105,145,68); }
H1.HeaderClassName
{
color: #699144;
}
.AnyTagClassName
{
color: #699144;
}
</style>
background-color css
<style>
a { background-color: #699144; }
a { background-color: rgb(105,145,68); }
div.DivClassName
{
background-color: #699144;
}
.BgClassName
{
background-color: #699144;
}
</style>
border-color css
<style>
span { border-color: #699144; }
span { border-color: rgb(105,145,68); }
td.TdClassName
{
border-color: #699144;
}
.TagClassName
{
border-color: #699144;
}
</style>