Shades of Dingley #6A864F
Tints of Dingley #6A864F
RGB
CMYK
RGB Variations
Color information
#6A864F (or 0x6A864F) is known color: Dingley. HEX triplet: 6A, 86 and 4F. RGB value is (106,134,79). Sum of RGB (Red+Green+Blue) = 106+134+79=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #6A864F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A864F is #9579B0. Grayscale: #777777. Windows color (decimal): -9796017 or 5211754. OLE color: 5211754.
HSL color Cylindrical-coordinate representation of color #6A864F: hue angle of 90.55º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6A864F is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 134 | 79 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.47 |
| HSL | 90.55º | 0.26% | 0.42% | - |
| HSV(B) | 90.55º | 0.41% | 0.53% | - |
| XYZ | 15.88 | 20.68 | 10.55 | - |
| YUV | 119.36 | 105.22 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 134 | 79 | 0.21 | 0 | 0.41 | 0.47 | 90.55 | 0.26 | 0.42 |
| Hex | 6A | 86 | 4F | 15 | 0 | 29 | 2F | 5B | 1A | 2A |
| Octal | 152 | 206 | 117 | 25 | 0 | 51 | 57 | 133 | 32 | 52 |
| Binary | 1101010 | 10000110 | 1001111 | 10101 | 0 | 101001 | 101111 | 1011011 | 11010 | 101010 |
Color Harmonies of #6A864F
Complementary color
Monochromatic Colors of #6A864F
Black with #6A864F
Text Example
Text Example
White with #6A864F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A864F; }
p { color: rgb(106,134,79); }
H1.HeaderClassName
{
color: #6A864F;
}
.AnyTagClassName
{
color: #6A864F;
}
</style>
background-color css
<style>
a { background-color: #6A864F; }
a { background-color: rgb(106,134,79); }
div.DivClassName
{
background-color: #6A864F;
}
.BgClassName
{
background-color: #6A864F;
}
</style>
border-color css
<style>
span { border-color: #6A864F; }
span { border-color: rgb(106,134,79); }
td.TdClassName
{
border-color: #6A864F;
}
.TagClassName
{
border-color: #6A864F;
}
</style>