Shades of Dingley #6C8952
Tints of Dingley #6C8952
RGB
CMYK
RGB Variations
Color information
#6C8952 (or 0x6C8952) is known color: Dingley. HEX triplet: 6C, 89 and 52. RGB value is (108,137,82). Sum of RGB (Red+Green+Blue) = 108+137+82=327 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.03% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #6C8952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8952 is #9376AD. Grayscale: #7A7A7A. Windows color (decimal): -9664174 or 5409132. OLE color: 5409132.
HSL color Cylindrical-coordinate representation of color #6C8952: hue angle of 91.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C8952 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 137 | 82 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.46 |
| HSL | 91.64º | 0.25% | 0.43% | - |
| HSV(B) | 91.64º | 0.4% | 0.54% | - |
| XYZ | 16.65 | 21.69 | 11.29 | - |
| YUV | 122.06 | 105.39 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 137 | 82 | 0.21 | 0 | 0.40 | 0.46 | 91.64 | 0.25 | 0.43 |
| Hex | 6C | 89 | 52 | 15 | 0 | 28 | 2E | 5C | 19 | 2B |
| Octal | 154 | 211 | 122 | 25 | 0 | 50 | 56 | 134 | 31 | 53 |
| Binary | 1101100 | 10001001 | 1010010 | 10101 | 0 | 101000 | 101110 | 1011100 | 11001 | 101011 |
Color Harmonies of #6C8952
Complementary color
Monochromatic Colors of #6C8952
Black with #6C8952
Text Example
Text Example
White with #6C8952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8952; }
p { color: rgb(108,137,82); }
H1.HeaderClassName
{
color: #6C8952;
}
.AnyTagClassName
{
color: #6C8952;
}
</style>
background-color css
<style>
a { background-color: #6C8952; }
a { background-color: rgb(108,137,82); }
div.DivClassName
{
background-color: #6C8952;
}
.BgClassName
{
background-color: #6C8952;
}
</style>
border-color css
<style>
span { border-color: #6C8952; }
span { border-color: rgb(108,137,82); }
td.TdClassName
{
border-color: #6C8952;
}
.TagClassName
{
border-color: #6C8952;
}
</style>