Shades of Dingley #6C9140
Tints of Dingley #6C9140
RGB
CMYK
RGB Variations
Color information
#6C9140 (or 0x6C9140) is known color: Dingley. HEX triplet: 6C, 91 and 40. RGB value is (108,145,64). Sum of RGB (Red+Green+Blue) = 108+145+64=317 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.07% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #6C9140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9140 is #936EBF. Grayscale: #7C7C7C. Windows color (decimal): -9662144 or 4231532. OLE color: 4231532.
HSL color Cylindrical-coordinate representation of color #6C9140: hue angle of 87.41º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C9140 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 145 | 64 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.43 |
| HSL | 87.41º | 0.39% | 0.41% | - |
| HSV(B) | 87.41º | 0.56% | 0.57% | - |
| XYZ | 17.24 | 23.81 | 8.54 | - |
| YUV | 124.7 | 93.74 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 145 | 64 | 0.26 | 0 | 0.56 | 0.43 | 87.41 | 0.39 | 0.41 |
| Hex | 6C | 91 | 40 | 1A | 0 | 38 | 2B | 57 | 27 | 29 |
| Octal | 154 | 221 | 100 | 32 | 0 | 70 | 53 | 127 | 47 | 51 |
| Binary | 1101100 | 10010001 | 1000000 | 11010 | 0 | 111000 | 101011 | 1010111 | 100111 | 101001 |
Color Harmonies of #6C9140
Complementary color
Monochromatic Colors of #6C9140
Black with #6C9140
Text Example
Text Example
White with #6C9140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9140; }
p { color: rgb(108,145,64); }
H1.HeaderClassName
{
color: #6C9140;
}
.AnyTagClassName
{
color: #6C9140;
}
</style>
background-color css
<style>
a { background-color: #6C9140; }
a { background-color: rgb(108,145,64); }
div.DivClassName
{
background-color: #6C9140;
}
.BgClassName
{
background-color: #6C9140;
}
</style>
border-color css
<style>
span { border-color: #6C9140; }
span { border-color: rgb(108,145,64); }
td.TdClassName
{
border-color: #6C9140;
}
.TagClassName
{
border-color: #6C9140;
}
</style>