Shades of Dingley #6C874B
Tints of Dingley #6C874B
RGB
CMYK
RGB Variations
Color information
#6C874B (or 0x6C874B) is known color: Dingley. HEX triplet: 6C, 87 and 4B. RGB value is (108,135,75). Sum of RGB (Red+Green+Blue) = 108+135+75=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #6C874B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C874B is #9378B4. Grayscale: #787878. Windows color (decimal): -9664693 or 4949868. OLE color: 4949868.
HSL color Cylindrical-coordinate representation of color #6C874B: hue angle of 87º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C874B is Cyan = 0.2, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 135 | 75 | - |
| CMYK | 0.2 | 0 | 0.44 | 0.47 |
| HSL | 87º | 0.29% | 0.41% | - |
| HSV(B) | 87º | 0.44% | 0.53% | - |
| XYZ | 16.12 | 21.02 | 9.87 | - |
| YUV | 120.09 | 102.55 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 135 | 75 | 0.2 | 0 | 0.44 | 0.47 | 87 | 0.29 | 0.41 |
| Hex | 6C | 87 | 4B | 14 | 0 | 2C | 2F | 57 | 1D | 29 |
| Octal | 154 | 207 | 113 | 24 | 0 | 54 | 57 | 127 | 35 | 51 |
| Binary | 1101100 | 10000111 | 1001011 | 10100 | 0 | 101100 | 101111 | 1010111 | 11101 | 101001 |
Color Harmonies of #6C874B
Complementary color
Monochromatic Colors of #6C874B
Black with #6C874B
Text Example
Text Example
White with #6C874B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C874B; }
p { color: rgb(108,135,75); }
H1.HeaderClassName
{
color: #6C874B;
}
.AnyTagClassName
{
color: #6C874B;
}
</style>
background-color css
<style>
a { background-color: #6C874B; }
a { background-color: rgb(108,135,75); }
div.DivClassName
{
background-color: #6C874B;
}
.BgClassName
{
background-color: #6C874B;
}
</style>
border-color css
<style>
span { border-color: #6C874B; }
span { border-color: rgb(108,135,75); }
td.TdClassName
{
border-color: #6C874B;
}
.TagClassName
{
border-color: #6C874B;
}
</style>