Shades of Dingley #6B803F
Tints of Dingley #6B803F
RGB
CMYK
RGB Variations
Color information
#6B803F (or 0x6B803F) is known color: Dingley. HEX triplet: 6B, 80 and 3F. RGB value is (107,128,63). Sum of RGB (Red+Green+Blue) = 107+128+63=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #6B803F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B803F is #947FC0. Grayscale: #727272. Windows color (decimal): -9732033 or 4161643. OLE color: 4161643.
HSL color Cylindrical-coordinate representation of color #6B803F: hue angle of 79.38º 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 #6B803F is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 128 | 63 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.50 |
| HSL | 79.38º | 0.34% | 0.37% | - |
| HSV(B) | 79.38º | 0.51% | 0.5% | - |
| XYZ | 14.68 | 18.92 | 7.58 | - |
| YUV | 114.31 | 99.04 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 128 | 63 | 0.16 | 0 | 0.51 | 0.50 | 79.38 | 0.34 | 0.37 |
| Hex | 6B | 80 | 3F | 10 | 0 | 33 | 32 | 4F | 22 | 25 |
| Octal | 153 | 200 | 77 | 20 | 0 | 63 | 62 | 117 | 42 | 45 |
| Binary | 1101011 | 10000000 | 111111 | 10000 | 0 | 110011 | 110010 | 1001111 | 100010 | 100101 |
Color Harmonies of #6B803F
Complementary color
Monochromatic Colors of #6B803F
Black with #6B803F
Text Example
Text Example
White with #6B803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B803F; }
p { color: rgb(107,128,63); }
H1.HeaderClassName
{
color: #6B803F;
}
.AnyTagClassName
{
color: #6B803F;
}
</style>
background-color css
<style>
a { background-color: #6B803F; }
a { background-color: rgb(107,128,63); }
div.DivClassName
{
background-color: #6B803F;
}
.BgClassName
{
background-color: #6B803F;
}
</style>
border-color css
<style>
span { border-color: #6B803F; }
span { border-color: rgb(107,128,63); }
td.TdClassName
{
border-color: #6B803F;
}
.TagClassName
{
border-color: #6B803F;
}
</style>