Shades of Glade Green #6A8D5A
Tints of Glade Green #6A8D5A
RGB
CMYK
RGB Variations
Color information
#6A8D5A (or 0x6A8D5A) is known color: Glade Green. HEX triplet: 6A, 8D and 5A. RGB value is (106,141,90). Sum of RGB (Red+Green+Blue) = 106+141+90=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 141 - color contains mainly: green. Hex color #6A8D5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8D5A is #9572A5. Grayscale: #7C7C7C. Windows color (decimal): -9794214 or 5934442. OLE color: 5934442.
HSL color Cylindrical-coordinate representation of color #6A8D5A: hue angle of 101.18º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6A8D5A is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 141 | 90 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.45 |
| HSL | 101.18º | 0.22% | 0.45% | - |
| HSV(B) | 101.18º | 0.36% | 0.55% | - |
| XYZ | 17.31 | 22.85 | 13.17 | - |
| YUV | 124.72 | 108.4 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 141 | 90 | 0.25 | 0 | 0.36 | 0.45 | 101.18 | 0.22 | 0.45 |
| Hex | 6A | 8D | 5A | 19 | 0 | 24 | 2D | 65 | 16 | 2D |
| Octal | 152 | 215 | 132 | 31 | 0 | 44 | 55 | 145 | 26 | 55 |
| Binary | 1101010 | 10001101 | 1011010 | 11001 | 0 | 100100 | 101101 | 1100101 | 10110 | 101101 |
Color Harmonies of #6A8D5A
Complementary color
Monochromatic Colors of #6A8D5A
Black with #6A8D5A
Text Example
Text Example
White with #6A8D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8D5A; }
p { color: rgb(106,141,90); }
H1.HeaderClassName
{
color: #6A8D5A;
}
.AnyTagClassName
{
color: #6A8D5A;
}
</style>
background-color css
<style>
a { background-color: #6A8D5A; }
a { background-color: rgb(106,141,90); }
div.DivClassName
{
background-color: #6A8D5A;
}
.BgClassName
{
background-color: #6A8D5A;
}
</style>
border-color css
<style>
span { border-color: #6A8D5A; }
span { border-color: rgb(106,141,90); }
td.TdClassName
{
border-color: #6A8D5A;
}
.TagClassName
{
border-color: #6A8D5A;
}
</style>