Shades of Dingley #69824A
Tints of Dingley #69824A
RGB
CMYK
RGB Variations
Color information
#69824A (or 0x69824A) is known color: Dingley. HEX triplet: 69, 82 and 4A. RGB value is (105,130,74). Sum of RGB (Red+Green+Blue) = 105+130+74=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 130 - color contains mainly: green. Hex color #69824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69824A is #967DB5. Grayscale: #747474. Windows color (decimal): -9862582 or 4883049. OLE color: 4883049.
HSL color Cylindrical-coordinate representation of color #69824A: hue angle of 86.79º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69824A is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 130 | 74 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.49 |
| HSL | 86.79º | 0.27% | 0.4% | - |
| HSV(B) | 86.79º | 0.43% | 0.51% | - |
| XYZ | 15.04 | 19.46 | 9.44 | - |
| YUV | 116.14 | 104.22 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 74 | 0.19 | 0 | 0.43 | 0.49 | 86.79 | 0.27 | 0.4 |
| Hex | 69 | 82 | 4A | 13 | 0 | 2B | 31 | 57 | 1B | 28 |
| Octal | 151 | 202 | 112 | 23 | 0 | 53 | 61 | 127 | 33 | 50 |
| Binary | 1101001 | 10000010 | 1001010 | 10011 | 0 | 101011 | 110001 | 1010111 | 11011 | 101000 |
Color Harmonies of #69824A
Complementary color
Monochromatic Colors of #69824A
Black with #69824A
Text Example
Text Example
White with #69824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69824A; }
p { color: rgb(105,130,74); }
H1.HeaderClassName
{
color: #69824A;
}
.AnyTagClassName
{
color: #69824A;
}
</style>
background-color css
<style>
a { background-color: #69824A; }
a { background-color: rgb(105,130,74); }
div.DivClassName
{
background-color: #69824A;
}
.BgClassName
{
background-color: #69824A;
}
</style>
border-color css
<style>
span { border-color: #69824A; }
span { border-color: rgb(105,130,74); }
td.TdClassName
{
border-color: #69824A;
}
.TagClassName
{
border-color: #69824A;
}
</style>