Shades of Dingley #6A8E4C
Tints of Dingley #6A8E4C
RGB
CMYK
RGB Variations
Color information
#6A8E4C (or 0x6A8E4C) is known color: Dingley. HEX triplet: 6A, 8E and 4C. RGB value is (106,142,76). Sum of RGB (Red+Green+Blue) = 106+142+76=324 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.72% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 142 - color contains mainly: green. Hex color #6A8E4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8E4C is #9571B3. Grayscale: #7B7B7B. Windows color (decimal): -9793972 or 5017194. OLE color: 5017194.
HSL color Cylindrical-coordinate representation of color #6A8E4C: hue angle of 92.73º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A8E4C is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 142 | 76 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.44 |
| HSL | 92.73º | 0.3% | 0.43% | - |
| HSV(B) | 92.73º | 0.46% | 0.56% | - |
| XYZ | 16.92 | 22.93 | 10.37 | - |
| YUV | 123.71 | 101.07 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 142 | 76 | 0.25 | 0 | 0.46 | 0.44 | 92.73 | 0.3 | 0.43 |
| Hex | 6A | 8E | 4C | 19 | 0 | 2E | 2C | 5D | 1E | 2B |
| Octal | 152 | 216 | 114 | 31 | 0 | 56 | 54 | 135 | 36 | 53 |
| Binary | 1101010 | 10001110 | 1001100 | 11001 | 0 | 101110 | 101100 | 1011101 | 11110 | 101011 |
Color Harmonies of #6A8E4C
Complementary color
Monochromatic Colors of #6A8E4C
Black with #6A8E4C
Text Example
Text Example
White with #6A8E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8E4C; }
p { color: rgb(106,142,76); }
H1.HeaderClassName
{
color: #6A8E4C;
}
.AnyTagClassName
{
color: #6A8E4C;
}
</style>
background-color css
<style>
a { background-color: #6A8E4C; }
a { background-color: rgb(106,142,76); }
div.DivClassName
{
background-color: #6A8E4C;
}
.BgClassName
{
background-color: #6A8E4C;
}
</style>
border-color css
<style>
span { border-color: #6A8E4C; }
span { border-color: rgb(106,142,76); }
td.TdClassName
{
border-color: #6A8E4C;
}
.TagClassName
{
border-color: #6A8E4C;
}
</style>