Shades of Dingley #6C7E3C
Tints of Dingley #6C7E3C
RGB
CMYK
RGB Variations
Color information
#6C7E3C (or 0x6C7E3C) is known color: Dingley. HEX triplet: 6C, 7E and 3C. RGB value is (108,126,60). Sum of RGB (Red+Green+Blue) = 108+126+60=294 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.73% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 126 - color contains mainly: green. Hex color #6C7E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7E3C is #9381C3. Grayscale: #717171. Windows color (decimal): -9667012 or 3964524. OLE color: 3964524.
HSL color Cylindrical-coordinate representation of color #6C7E3C: hue angle of 76.36º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C7E3C is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 126 | 60 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.51 |
| HSL | 76.36º | 0.35% | 0.36% | - |
| HSV(B) | 76.36º | 0.52% | 0.49% | - |
| XYZ | 14.46 | 18.44 | 7.07 | - |
| YUV | 113.09 | 98.04 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 126 | 60 | 0.14 | 0 | 0.52 | 0.51 | 76.36 | 0.35 | 0.36 |
| Hex | 6C | 7E | 3C | E | 0 | 34 | 33 | 4C | 23 | 24 |
| Octal | 154 | 176 | 74 | 16 | 0 | 64 | 63 | 114 | 43 | 44 |
| Binary | 1101100 | 1111110 | 111100 | 1110 | 0 | 110100 | 110011 | 1001100 | 100011 | 100100 |
Color Harmonies of #6C7E3C
Complementary color
Monochromatic Colors of #6C7E3C
Black with #6C7E3C
Text Example
Text Example
White with #6C7E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7E3C; }
p { color: rgb(108,126,60); }
H1.HeaderClassName
{
color: #6C7E3C;
}
.AnyTagClassName
{
color: #6C7E3C;
}
</style>
background-color css
<style>
a { background-color: #6C7E3C; }
a { background-color: rgb(108,126,60); }
div.DivClassName
{
background-color: #6C7E3C;
}
.BgClassName
{
background-color: #6C7E3C;
}
</style>
border-color css
<style>
span { border-color: #6C7E3C; }
span { border-color: rgb(108,126,60); }
td.TdClassName
{
border-color: #6C7E3C;
}
.TagClassName
{
border-color: #6C7E3C;
}
</style>