Shades of Dingley #6F803F
Tints of Dingley #6F803F
RGB
CMYK
RGB Variations
Color information
#6F803F (or 0x6F803F) is known color: Dingley. HEX triplet: 6F, 80 and 3F. RGB value is (111,128,63). Sum of RGB (Red+Green+Blue) = 111+128+63=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 128 - color contains mainly: green. Hex color #6F803F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F803F is #907FC0. Grayscale: #737373. Windows color (decimal): -9469889 or 4161647. OLE color: 4161647.
HSL color Cylindrical-coordinate representation of color #6F803F: hue angle of 75.69º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F803F is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 128 | 63 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.50 |
| HSL | 75.69º | 0.34% | 0.37% | - |
| HSV(B) | 75.69º | 0.51% | 0.5% | - |
| XYZ | 15.17 | 19.18 | 7.6 | - |
| YUV | 115.51 | 98.37 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 128 | 63 | 0.13 | 0 | 0.51 | 0.50 | 75.69 | 0.34 | 0.37 |
| Hex | 6F | 80 | 3F | D | 0 | 33 | 32 | 4C | 22 | 25 |
| Octal | 157 | 200 | 77 | 15 | 0 | 63 | 62 | 114 | 42 | 45 |
| Binary | 1101111 | 10000000 | 111111 | 1101 | 0 | 110011 | 110010 | 1001100 | 100010 | 100101 |
Color Harmonies of #6F803F
Complementary color
Monochromatic Colors of #6F803F
Black with #6F803F
Text Example
Text Example
White with #6F803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F803F; }
p { color: rgb(111,128,63); }
H1.HeaderClassName
{
color: #6F803F;
}
.AnyTagClassName
{
color: #6F803F;
}
</style>
background-color css
<style>
a { background-color: #6F803F; }
a { background-color: rgb(111,128,63); }
div.DivClassName
{
background-color: #6F803F;
}
.BgClassName
{
background-color: #6F803F;
}
</style>
border-color css
<style>
span { border-color: #6F803F; }
span { border-color: rgb(111,128,63); }
td.TdClassName
{
border-color: #6F803F;
}
.TagClassName
{
border-color: #6F803F;
}
</style>