Shades of Dingley #699245
Tints of Dingley #699245
RGB
CMYK
RGB Variations
Color information
#699245 (or 0x699245) is known color: Dingley. HEX triplet: 69, 92 and 45. RGB value is (105,146,69). Sum of RGB (Red+Green+Blue) = 105+146+69=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #699245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699245 is #966DBA. Grayscale: #7D7D7D. Windows color (decimal): -9858491 or 4559465. OLE color: 4559465.
HSL color Cylindrical-coordinate representation of color #699245: hue angle of 91.95º 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 #699245 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 146 | 69 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.43 |
| HSL | 91.95º | 0.36% | 0.42% | - |
| HSV(B) | 91.95º | 0.53% | 0.57% | - |
| XYZ | 17.18 | 23.99 | 9.36 | - |
| YUV | 124.96 | 96.42 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 146 | 69 | 0.28 | 0 | 0.53 | 0.43 | 91.95 | 0.36 | 0.42 |
| Hex | 69 | 92 | 45 | 1C | 0 | 35 | 2B | 5C | 24 | 2A |
| Octal | 151 | 222 | 105 | 34 | 0 | 65 | 53 | 134 | 44 | 52 |
| Binary | 1101001 | 10010010 | 1000101 | 11100 | 0 | 110101 | 101011 | 1011100 | 100100 | 101010 |
Color Harmonies of #699245
Complementary color
Monochromatic Colors of #699245
Black with #699245
Text Example
Text Example
White with #699245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699245; }
p { color: rgb(105,146,69); }
H1.HeaderClassName
{
color: #699245;
}
.AnyTagClassName
{
color: #699245;
}
</style>
background-color css
<style>
a { background-color: #699245; }
a { background-color: rgb(105,146,69); }
div.DivClassName
{
background-color: #699245;
}
.BgClassName
{
background-color: #699245;
}
</style>
border-color css
<style>
span { border-color: #699245; }
span { border-color: rgb(105,146,69); }
td.TdClassName
{
border-color: #699245;
}
.TagClassName
{
border-color: #699245;
}
</style>