Shades of Dingley #6F824A
Tints of Dingley #6F824A
RGB
CMYK
RGB Variations
Color information
#6F824A (or 0x6F824A) is known color: Dingley. HEX triplet: 6F, 82 and 4A. RGB value is (111,130,74). Sum of RGB (Red+Green+Blue) = 111+130+74=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #6F824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F824A is #907DB5. Grayscale: #767676. Windows color (decimal): -9469366 or 4883055. OLE color: 4883055.
HSL color Cylindrical-coordinate representation of color #6F824A: hue angle of 80.36º 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 #6F824A is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 130 | 74 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.49 |
| HSL | 80.36º | 0.27% | 0.4% | - |
| HSV(B) | 80.36º | 0.43% | 0.51% | - |
| XYZ | 15.77 | 19.84 | 9.48 | - |
| YUV | 117.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 130 | 74 | 0.15 | 0 | 0.43 | 0.49 | 80.36 | 0.27 | 0.4 |
| Hex | 6F | 82 | 4A | F | 0 | 2B | 31 | 50 | 1B | 28 |
| Octal | 157 | 202 | 112 | 17 | 0 | 53 | 61 | 120 | 33 | 50 |
| Binary | 1101111 | 10000010 | 1001010 | 1111 | 0 | 101011 | 110001 | 1010000 | 11011 | 101000 |
Color Harmonies of #6F824A
Complementary color
Monochromatic Colors of #6F824A
Black with #6F824A
Text Example
Text Example
White with #6F824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F824A; }
p { color: rgb(111,130,74); }
H1.HeaderClassName
{
color: #6F824A;
}
.AnyTagClassName
{
color: #6F824A;
}
</style>
background-color css
<style>
a { background-color: #6F824A; }
a { background-color: rgb(111,130,74); }
div.DivClassName
{
background-color: #6F824A;
}
.BgClassName
{
background-color: #6F824A;
}
</style>
border-color css
<style>
span { border-color: #6F824A; }
span { border-color: rgb(111,130,74); }
td.TdClassName
{
border-color: #6F824A;
}
.TagClassName
{
border-color: #6F824A;
}
</style>