Shades of Dingley #6C894A
Tints of Dingley #6C894A
RGB
CMYK
RGB Variations
Color information
#6C894A (or 0x6C894A) is known color: Dingley. HEX triplet: 6C, 89 and 4A. RGB value is (108,137,74). Sum of RGB (Red+Green+Blue) = 108+137+74=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #6C894A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C894A is #9376B5. Grayscale: #797979. Windows color (decimal): -9664182 or 4884844. OLE color: 4884844.
HSL color Cylindrical-coordinate representation of color #6C894A: hue angle of 87.62º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C894A is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 137 | 74 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.46 |
| HSL | 87.62º | 0.3% | 0.41% | - |
| HSV(B) | 87.62º | 0.46% | 0.54% | - |
| XYZ | 16.37 | 21.57 | 9.78 | - |
| YUV | 121.15 | 101.39 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 137 | 74 | 0.21 | 0 | 0.46 | 0.46 | 87.62 | 0.3 | 0.41 |
| Hex | 6C | 89 | 4A | 15 | 0 | 2E | 2E | 58 | 1E | 29 |
| Octal | 154 | 211 | 112 | 25 | 0 | 56 | 56 | 130 | 36 | 51 |
| Binary | 1101100 | 10001001 | 1001010 | 10101 | 0 | 101110 | 101110 | 1011000 | 11110 | 101001 |
Color Harmonies of #6C894A
Complementary color
Monochromatic Colors of #6C894A
Black with #6C894A
Text Example
Text Example
White with #6C894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C894A; }
p { color: rgb(108,137,74); }
H1.HeaderClassName
{
color: #6C894A;
}
.AnyTagClassName
{
color: #6C894A;
}
</style>
background-color css
<style>
a { background-color: #6C894A; }
a { background-color: rgb(108,137,74); }
div.DivClassName
{
background-color: #6C894A;
}
.BgClassName
{
background-color: #6C894A;
}
</style>
border-color css
<style>
span { border-color: #6C894A; }
span { border-color: rgb(108,137,74); }
td.TdClassName
{
border-color: #6C894A;
}
.TagClassName
{
border-color: #6C894A;
}
</style>