Shades of Dingley #6F813F
Tints of Dingley #6F813F
RGB
CMYK
RGB Variations
Color information
#6F813F (or 0x6F813F) is known color: Dingley. HEX triplet: 6F, 81 and 3F. RGB value is (111,129,63). Sum of RGB (Red+Green+Blue) = 111+129+63=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 129 - color contains mainly: green. Hex color #6F813F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F813F is #907EC0. Grayscale: #747474. Windows color (decimal): -9469633 or 4161903. OLE color: 4161903.
HSL color Cylindrical-coordinate representation of color #6F813F: hue angle of 76.36º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F813F is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 129 | 63 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.49 |
| HSL | 76.36º | 0.34% | 0.38% | - |
| HSV(B) | 76.36º | 0.51% | 0.51% | - |
| XYZ | 15.3 | 19.44 | 7.65 | - |
| YUV | 116.09 | 98.04 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 129 | 63 | 0.14 | 0 | 0.51 | 0.49 | 76.36 | 0.34 | 0.38 |
| Hex | 6F | 81 | 3F | E | 0 | 33 | 31 | 4C | 22 | 26 |
| Octal | 157 | 201 | 77 | 16 | 0 | 63 | 61 | 114 | 42 | 46 |
| Binary | 1101111 | 10000001 | 111111 | 1110 | 0 | 110011 | 110001 | 1001100 | 100010 | 100110 |
Color Harmonies of #6F813F
Complementary color
Monochromatic Colors of #6F813F
Black with #6F813F
Text Example
Text Example
White with #6F813F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F813F; }
p { color: rgb(111,129,63); }
H1.HeaderClassName
{
color: #6F813F;
}
.AnyTagClassName
{
color: #6F813F;
}
</style>
background-color css
<style>
a { background-color: #6F813F; }
a { background-color: rgb(111,129,63); }
div.DivClassName
{
background-color: #6F813F;
}
.BgClassName
{
background-color: #6F813F;
}
</style>
border-color css
<style>
span { border-color: #6F813F; }
span { border-color: rgb(111,129,63); }
td.TdClassName
{
border-color: #6F813F;
}
.TagClassName
{
border-color: #6F813F;
}
</style>