Shades of Dingley #69824B
Tints of Dingley #69824B
RGB
CMYK
RGB Variations
Color information
#69824B (or 0x69824B) is known color: Dingley. HEX triplet: 69, 82 and 4B. RGB value is (105,130,75). Sum of RGB (Red+Green+Blue) = 105+130+75=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #69824B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69824B is #967DB4. Grayscale: #747474. Windows color (decimal): -9862581 or 4948585. OLE color: 4948585.
HSL color Cylindrical-coordinate representation of color #69824B: hue angle of 87.27º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69824B is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 130 | 75 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.49 |
| HSL | 87.27º | 0.27% | 0.4% | - |
| HSV(B) | 87.27º | 0.42% | 0.51% | - |
| XYZ | 15.08 | 19.48 | 9.62 | - |
| YUV | 116.26 | 104.72 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 75 | 0.19 | 0 | 0.42 | 0.49 | 87.27 | 0.27 | 0.4 |
| Hex | 69 | 82 | 4B | 13 | 0 | 2A | 31 | 57 | 1B | 28 |
| Octal | 151 | 202 | 113 | 23 | 0 | 52 | 61 | 127 | 33 | 50 |
| Binary | 1101001 | 10000010 | 1001011 | 10011 | 0 | 101010 | 110001 | 1010111 | 11011 | 101000 |
Color Harmonies of #69824B
Complementary color
Monochromatic Colors of #69824B
Black with #69824B
Text Example
Text Example
White with #69824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69824B; }
p { color: rgb(105,130,75); }
H1.HeaderClassName
{
color: #69824B;
}
.AnyTagClassName
{
color: #69824B;
}
</style>
background-color css
<style>
a { background-color: #69824B; }
a { background-color: rgb(105,130,75); }
div.DivClassName
{
background-color: #69824B;
}
.BgClassName
{
background-color: #69824B;
}
</style>
border-color css
<style>
span { border-color: #69824B; }
span { border-color: rgb(105,130,75); }
td.TdClassName
{
border-color: #69824B;
}
.TagClassName
{
border-color: #69824B;
}
</style>