Shades of Dingley #6C854A
Tints of Dingley #6C854A
RGB
CMYK
RGB Variations
Color information
#6C854A (or 0x6C854A) is known color: Dingley. HEX triplet: 6C, 85 and 4A. RGB value is (108,133,74). Sum of RGB (Red+Green+Blue) = 108+133+74=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #6C854A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C854A is #937AB5. Grayscale: #777777. Windows color (decimal): -9665206 or 4883820. OLE color: 4883820.
HSL color Cylindrical-coordinate representation of color #6C854A: hue angle of 85.42º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C854A is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 133 | 74 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.48 |
| HSL | 85.42º | 0.29% | 0.41% | - |
| HSV(B) | 85.42º | 0.44% | 0.52% | - |
| XYZ | 15.81 | 20.46 | 9.59 | - |
| YUV | 118.8 | 102.72 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 133 | 74 | 0.19 | 0 | 0.44 | 0.48 | 85.42 | 0.29 | 0.41 |
| Hex | 6C | 85 | 4A | 13 | 0 | 2C | 30 | 55 | 1D | 29 |
| Octal | 154 | 205 | 112 | 23 | 0 | 54 | 60 | 125 | 35 | 51 |
| Binary | 1101100 | 10000101 | 1001010 | 10011 | 0 | 101100 | 110000 | 1010101 | 11101 | 101001 |
Color Harmonies of #6C854A
Complementary color
Monochromatic Colors of #6C854A
Black with #6C854A
Text Example
Text Example
White with #6C854A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C854A; }
p { color: rgb(108,133,74); }
H1.HeaderClassName
{
color: #6C854A;
}
.AnyTagClassName
{
color: #6C854A;
}
</style>
background-color css
<style>
a { background-color: #6C854A; }
a { background-color: rgb(108,133,74); }
div.DivClassName
{
background-color: #6C854A;
}
.BgClassName
{
background-color: #6C854A;
}
</style>
border-color css
<style>
span { border-color: #6C854A; }
span { border-color: rgb(108,133,74); }
td.TdClassName
{
border-color: #6C854A;
}
.TagClassName
{
border-color: #6C854A;
}
</style>