Shades of Glade Green #6A8559
Tints of Glade Green #6A8559
RGB
CMYK
RGB Variations
Color information
#6A8559 (or 0x6A8559) is known color: Glade Green. HEX triplet: 6A, 85 and 59. RGB value is (106,133,89). Sum of RGB (Red+Green+Blue) = 106+133+89=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 133 - color contains mainly: green. Hex color #6A8559 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8559 is #957AA6. Grayscale: #787878. Windows color (decimal): -9796263 or 5866858. OLE color: 5866858.
HSL color Cylindrical-coordinate representation of color #6A8559: hue angle of 96.82º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A8559 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 106 | 133 | 89 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.48 |
| HSL | 96.82º | 0.2% | 0.44% | - |
| HSV(B) | 96.82º | 0.33% | 0.52% | - |
| XYZ | 16.13 | 20.56 | 12.57 | - |
| YUV | 119.91 | 110.55 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 133 | 89 | 0.20 | 0 | 0.33 | 0.48 | 96.82 | 0.2 | 0.44 |
| Hex | 6A | 85 | 59 | 14 | 0 | 21 | 30 | 61 | 14 | 2C |
| Octal | 152 | 205 | 131 | 24 | 0 | 41 | 60 | 141 | 24 | 54 |
| Binary | 1101010 | 10000101 | 1011001 | 10100 | 0 | 100001 | 110000 | 1100001 | 10100 | 101100 |
Color Harmonies of #6A8559
Complementary color
Monochromatic Colors of #6A8559
Black with #6A8559
Text Example
Text Example
White with #6A8559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8559; }
p { color: rgb(106,133,89); }
H1.HeaderClassName
{
color: #6A8559;
}
.AnyTagClassName
{
color: #6A8559;
}
</style>
background-color css
<style>
a { background-color: #6A8559; }
a { background-color: rgb(106,133,89); }
div.DivClassName
{
background-color: #6A8559;
}
.BgClassName
{
background-color: #6A8559;
}
</style>
border-color css
<style>
span { border-color: #6A8559; }
span { border-color: rgb(106,133,89); }
td.TdClassName
{
border-color: #6A8559;
}
.TagClassName
{
border-color: #6A8559;
}
</style>