Shades of Dingley #69893C
Tints of Dingley #69893C
RGB
CMYK
RGB Variations
Color information
#69893C (or 0x69893C) is known color: Dingley. HEX triplet: 69, 89 and 3C. RGB value is (105,137,60). Sum of RGB (Red+Green+Blue) = 105+137+60=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #69893C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69893C is #9676C3. Grayscale: #767676. Windows color (decimal): -9860804 or 3967337. OLE color: 3967337.
HSL color Cylindrical-coordinate representation of color #69893C: hue angle of 84.94º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69893C is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 137 | 60 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.46 |
| HSL | 84.94º | 0.39% | 0.39% | - |
| HSV(B) | 84.94º | 0.56% | 0.54% | - |
| XYZ | 15.59 | 21.22 | 7.55 | - |
| YUV | 118.65 | 94.9 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 137 | 60 | 0.23 | 0 | 0.56 | 0.46 | 84.94 | 0.39 | 0.39 |
| Hex | 69 | 89 | 3C | 17 | 0 | 38 | 2E | 55 | 27 | 27 |
| Octal | 151 | 211 | 74 | 27 | 0 | 70 | 56 | 125 | 47 | 47 |
| Binary | 1101001 | 10001001 | 111100 | 10111 | 0 | 111000 | 101110 | 1010101 | 100111 | 100111 |
Color Harmonies of #69893C
Complementary color
Monochromatic Colors of #69893C
Black with #69893C
Text Example
Text Example
White with #69893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69893C; }
p { color: rgb(105,137,60); }
H1.HeaderClassName
{
color: #69893C;
}
.AnyTagClassName
{
color: #69893C;
}
</style>
background-color css
<style>
a { background-color: #69893C; }
a { background-color: rgb(105,137,60); }
div.DivClassName
{
background-color: #69893C;
}
.BgClassName
{
background-color: #69893C;
}
</style>
border-color css
<style>
span { border-color: #69893C; }
span { border-color: rgb(105,137,60); }
td.TdClassName
{
border-color: #69893C;
}
.TagClassName
{
border-color: #69893C;
}
</style>