Shades of Dingley #69893A
Tints of Dingley #69893A
RGB
CMYK
RGB Variations
Color information
#69893A (or 0x69893A) is known color: Dingley. HEX triplet: 69, 89 and 3A. RGB value is (105,137,58). Sum of RGB (Red+Green+Blue) = 105+137+58=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #69893A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69893A is #9676C5. Grayscale: #767676. Windows color (decimal): -9860806 or 3836265. OLE color: 3836265.
HSL color Cylindrical-coordinate representation of color #69893A: hue angle of 84.3º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69893A is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 137 | 58 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.46 |
| HSL | 84.3º | 0.41% | 0.38% | - |
| HSV(B) | 84.3º | 0.58% | 0.54% | - |
| XYZ | 15.54 | 21.2 | 7.28 | - |
| YUV | 118.43 | 93.9 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 137 | 58 | 0.23 | 0 | 0.58 | 0.46 | 84.3 | 0.41 | 0.38 |
| Hex | 69 | 89 | 3A | 17 | 0 | 3A | 2E | 54 | 29 | 26 |
| Octal | 151 | 211 | 72 | 27 | 0 | 72 | 56 | 124 | 51 | 46 |
| Binary | 1101001 | 10001001 | 111010 | 10111 | 0 | 111010 | 101110 | 1010100 | 101001 | 100110 |
Color Harmonies of #69893A
Complementary color
Monochromatic Colors of #69893A
Black with #69893A
Text Example
Text Example
White with #69893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69893A; }
p { color: rgb(105,137,58); }
H1.HeaderClassName
{
color: #69893A;
}
.AnyTagClassName
{
color: #69893A;
}
</style>
background-color css
<style>
a { background-color: #69893A; }
a { background-color: rgb(105,137,58); }
div.DivClassName
{
background-color: #69893A;
}
.BgClassName
{
background-color: #69893A;
}
</style>
border-color css
<style>
span { border-color: #69893A; }
span { border-color: rgb(105,137,58); }
td.TdClassName
{
border-color: #69893A;
}
.TagClassName
{
border-color: #69893A;
}
</style>