Shades of Dingley #6C853B
Tints of Dingley #6C853B
RGB
CMYK
RGB Variations
Color information
#6C853B (or 0x6C853B) is known color: Dingley. HEX triplet: 6C, 85 and 3B. RGB value is (108,133,59). Sum of RGB (Red+Green+Blue) = 108+133+59=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #6C853B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C853B is #937AC4. Grayscale: #757575. Windows color (decimal): -9665221 or 3900780. OLE color: 3900780.
HSL color Cylindrical-coordinate representation of color #6C853B: hue angle of 80.27º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C853B is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 133 | 59 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.48 |
| HSL | 80.27º | 0.39% | 0.38% | - |
| HSV(B) | 80.27º | 0.56% | 0.52% | - |
| XYZ | 15.36 | 20.28 | 7.24 | - |
| YUV | 117.09 | 95.22 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 133 | 59 | 0.19 | 0 | 0.56 | 0.48 | 80.27 | 0.39 | 0.38 |
| Hex | 6C | 85 | 3B | 13 | 0 | 38 | 30 | 50 | 27 | 26 |
| Octal | 154 | 205 | 73 | 23 | 0 | 70 | 60 | 120 | 47 | 46 |
| Binary | 1101100 | 10000101 | 111011 | 10011 | 0 | 111000 | 110000 | 1010000 | 100111 | 100110 |
Color Harmonies of #6C853B
Complementary color
Monochromatic Colors of #6C853B
Black with #6C853B
Text Example
Text Example
White with #6C853B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C853B; }
p { color: rgb(108,133,59); }
H1.HeaderClassName
{
color: #6C853B;
}
.AnyTagClassName
{
color: #6C853B;
}
</style>
background-color css
<style>
a { background-color: #6C853B; }
a { background-color: rgb(108,133,59); }
div.DivClassName
{
background-color: #6C853B;
}
.BgClassName
{
background-color: #6C853B;
}
</style>
border-color css
<style>
span { border-color: #6C853B; }
span { border-color: rgb(108,133,59); }
td.TdClassName
{
border-color: #6C853B;
}
.TagClassName
{
border-color: #6C853B;
}
</style>