Shades of Glade Green #6A914E
Tints of Glade Green #6A914E
RGB
CMYK
RGB Variations
Color information
#6A914E (or 0x6A914E) is known color: Glade Green. HEX triplet: 6A, 91 and 4E. RGB value is (106,145,78). Sum of RGB (Red+Green+Blue) = 106+145+78=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #6A914E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A914E is #956EB1. Grayscale: #7D7D7D. Windows color (decimal): -9793202 or 5149034. OLE color: 5149034.
HSL color Cylindrical-coordinate representation of color #6A914E: hue angle of 94.93º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A914E is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 106 | 145 | 78 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.43 |
| HSL | 94.93º | 0.3% | 0.44% | - |
| HSV(B) | 94.93º | 0.46% | 0.57% | - |
| XYZ | 17.44 | 23.87 | 10.89 | - |
| YUV | 125.7 | 101.08 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 145 | 78 | 0.27 | 0 | 0.46 | 0.43 | 94.93 | 0.3 | 0.44 |
| Hex | 6A | 91 | 4E | 1B | 0 | 2E | 2B | 5F | 1E | 2C |
| Octal | 152 | 221 | 116 | 33 | 0 | 56 | 53 | 137 | 36 | 54 |
| Binary | 1101010 | 10010001 | 1001110 | 11011 | 0 | 101110 | 101011 | 1011111 | 11110 | 101100 |
Color Harmonies of #6A914E
Complementary color
Monochromatic Colors of #6A914E
Black with #6A914E
Text Example
Text Example
White with #6A914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A914E; }
p { color: rgb(106,145,78); }
H1.HeaderClassName
{
color: #6A914E;
}
.AnyTagClassName
{
color: #6A914E;
}
</style>
background-color css
<style>
a { background-color: #6A914E; }
a { background-color: rgb(106,145,78); }
div.DivClassName
{
background-color: #6A914E;
}
.BgClassName
{
background-color: #6A914E;
}
</style>
border-color css
<style>
span { border-color: #6A914E; }
span { border-color: rgb(106,145,78); }
td.TdClassName
{
border-color: #6A914E;
}
.TagClassName
{
border-color: #6A914E;
}
</style>