Shades of Dingley #6C7F3D
Tints of Dingley #6C7F3D
RGB
CMYK
RGB Variations
Color information
#6C7F3D (or 0x6C7F3D) is known color: Dingley. HEX triplet: 6C, 7F and 3D. RGB value is (108,127,61). Sum of RGB (Red+Green+Blue) = 108+127+61=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 127 - color contains mainly: green. Hex color #6C7F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7F3D is #9380C2. Grayscale: #727272. Windows color (decimal): -9666755 or 4030316. OLE color: 4030316.
HSL color Cylindrical-coordinate representation of color #6C7F3D: hue angle of 77.27º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C7F3D is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 108 | 127 | 61 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.50 |
| HSL | 77.27º | 0.35% | 0.37% | - |
| HSV(B) | 77.27º | 0.52% | 0.5% | - |
| XYZ | 14.62 | 18.7 | 7.25 | - |
| YUV | 113.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 127 | 61 | 0.15 | 0 | 0.52 | 0.50 | 77.27 | 0.35 | 0.37 |
| Hex | 6C | 7F | 3D | F | 0 | 34 | 32 | 4D | 23 | 25 |
| Octal | 154 | 177 | 75 | 17 | 0 | 64 | 62 | 115 | 43 | 45 |
| Binary | 1101100 | 1111111 | 111101 | 1111 | 0 | 110100 | 110010 | 1001101 | 100011 | 100101 |
Color Harmonies of #6C7F3D
Complementary color
Monochromatic Colors of #6C7F3D
Black with #6C7F3D
Text Example
Text Example
White with #6C7F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7F3D; }
p { color: rgb(108,127,61); }
H1.HeaderClassName
{
color: #6C7F3D;
}
.AnyTagClassName
{
color: #6C7F3D;
}
</style>
background-color css
<style>
a { background-color: #6C7F3D; }
a { background-color: rgb(108,127,61); }
div.DivClassName
{
background-color: #6C7F3D;
}
.BgClassName
{
background-color: #6C7F3D;
}
</style>
border-color css
<style>
span { border-color: #6C7F3D; }
span { border-color: rgb(108,127,61); }
td.TdClassName
{
border-color: #6C7F3D;
}
.TagClassName
{
border-color: #6C7F3D;
}
</style>