Shades of Dingley #6F833D
Tints of Dingley #6F833D
RGB
CMYK
RGB Variations
Color information
#6F833D (or 0x6F833D) is known color: Dingley. HEX triplet: 6F, 83 and 3D. RGB value is (111,131,61). Sum of RGB (Red+Green+Blue) = 111+131+61=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 131 - color contains mainly: green. Hex color #6F833D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F833D is #907CC2. Grayscale: #757575. Windows color (decimal): -9469123 or 4031343. OLE color: 4031343.
HSL color Cylindrical-coordinate representation of color #6F833D: hue angle of 77.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F833D is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 131 | 61 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.49 |
| HSL | 77.14º | 0.36% | 0.38% | - |
| HSV(B) | 77.14º | 0.53% | 0.51% | - |
| XYZ | 15.51 | 19.95 | 7.45 | - |
| YUV | 117.04 | 96.37 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 131 | 61 | 0.15 | 0 | 0.53 | 0.49 | 77.14 | 0.36 | 0.38 |
| Hex | 6F | 83 | 3D | F | 0 | 35 | 31 | 4D | 24 | 26 |
| Octal | 157 | 203 | 75 | 17 | 0 | 65 | 61 | 115 | 44 | 46 |
| Binary | 1101111 | 10000011 | 111101 | 1111 | 0 | 110101 | 110001 | 1001101 | 100100 | 100110 |
Color Harmonies of #6F833D
Complementary color
Monochromatic Colors of #6F833D
Black with #6F833D
Text Example
Text Example
White with #6F833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F833D; }
p { color: rgb(111,131,61); }
H1.HeaderClassName
{
color: #6F833D;
}
.AnyTagClassName
{
color: #6F833D;
}
</style>
background-color css
<style>
a { background-color: #6F833D; }
a { background-color: rgb(111,131,61); }
div.DivClassName
{
background-color: #6F833D;
}
.BgClassName
{
background-color: #6F833D;
}
</style>
border-color css
<style>
span { border-color: #6F833D; }
span { border-color: rgb(111,131,61); }
td.TdClassName
{
border-color: #6F833D;
}
.TagClassName
{
border-color: #6F833D;
}
</style>