Shades of Dingley #6F834A
Tints of Dingley #6F834A
RGB
CMYK
RGB Variations
Color information
#6F834A (or 0x6F834A) is known color: Dingley. HEX triplet: 6F, 83 and 4A. RGB value is (111,131,74). Sum of RGB (Red+Green+Blue) = 111+131+74=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 131 - color contains mainly: green. Hex color #6F834A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F834A is #907CB5. Grayscale: #767676. Windows color (decimal): -9469110 or 4883311. OLE color: 4883311.
HSL color Cylindrical-coordinate representation of color #6F834A: hue angle of 81.05º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F834A is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 131 | 74 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.49 |
| HSL | 81.05º | 0.28% | 0.4% | - |
| HSV(B) | 81.05º | 0.44% | 0.51% | - |
| XYZ | 15.91 | 20.11 | 9.52 | - |
| YUV | 118.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 131 | 74 | 0.15 | 0 | 0.44 | 0.49 | 81.05 | 0.28 | 0.4 |
| Hex | 6F | 83 | 4A | F | 0 | 2C | 31 | 51 | 1C | 28 |
| Octal | 157 | 203 | 112 | 17 | 0 | 54 | 61 | 121 | 34 | 50 |
| Binary | 1101111 | 10000011 | 1001010 | 1111 | 0 | 101100 | 110001 | 1010001 | 11100 | 101000 |
Color Harmonies of #6F834A
Complementary color
Monochromatic Colors of #6F834A
Black with #6F834A
Text Example
Text Example
White with #6F834A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F834A; }
p { color: rgb(111,131,74); }
H1.HeaderClassName
{
color: #6F834A;
}
.AnyTagClassName
{
color: #6F834A;
}
</style>
background-color css
<style>
a { background-color: #6F834A; }
a { background-color: rgb(111,131,74); }
div.DivClassName
{
background-color: #6F834A;
}
.BgClassName
{
background-color: #6F834A;
}
</style>
border-color css
<style>
span { border-color: #6F834A; }
span { border-color: rgb(111,131,74); }
td.TdClassName
{
border-color: #6F834A;
}
.TagClassName
{
border-color: #6F834A;
}
</style>