Shades of Dingley #6A914A
Tints of Dingley #6A914A
RGB
CMYK
RGB Variations
Color information
#6A914A (or 0x6A914A) is known color: Dingley. HEX triplet: 6A, 91 and 4A. RGB value is (106,145,74). Sum of RGB (Red+Green+Blue) = 106+145+74=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #6A914A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A914A is #956EB5. Grayscale: #7D7D7D. Windows color (decimal): -9793206 or 4886890. OLE color: 4886890.
HSL color Cylindrical-coordinate representation of color #6A914A: hue angle of 92.96º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A914A is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 106 | 145 | 74 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.43 |
| HSL | 92.96º | 0.32% | 0.43% | - |
| HSV(B) | 92.96º | 0.49% | 0.57% | - |
| XYZ | 17.31 | 23.81 | 10.16 | - |
| YUV | 125.25 | 99.08 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 145 | 74 | 0.27 | 0 | 0.49 | 0.43 | 92.96 | 0.32 | 0.43 |
| Hex | 6A | 91 | 4A | 1B | 0 | 31 | 2B | 5D | 20 | 2B |
| Octal | 152 | 221 | 112 | 33 | 0 | 61 | 53 | 135 | 40 | 53 |
| Binary | 1101010 | 10010001 | 1001010 | 11011 | 0 | 110001 | 101011 | 1011101 | 100000 | 101011 |
Color Harmonies of #6A914A
Complementary color
Monochromatic Colors of #6A914A
Black with #6A914A
Text Example
Text Example
White with #6A914A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A914A; }
p { color: rgb(106,145,74); }
H1.HeaderClassName
{
color: #6A914A;
}
.AnyTagClassName
{
color: #6A914A;
}
</style>
background-color css
<style>
a { background-color: #6A914A; }
a { background-color: rgb(106,145,74); }
div.DivClassName
{
background-color: #6A914A;
}
.BgClassName
{
background-color: #6A914A;
}
</style>
border-color css
<style>
span { border-color: #6A914A; }
span { border-color: rgb(106,145,74); }
td.TdClassName
{
border-color: #6A914A;
}
.TagClassName
{
border-color: #6A914A;
}
</style>