Shades of Glade Green #6A8659
Tints of Glade Green #6A8659
RGB
CMYK
RGB Variations
Color information
#6A8659 (or 0x6A8659) is known color: Glade Green. HEX triplet: 6A, 86 and 59. RGB value is (106,134,89). Sum of RGB (Red+Green+Blue) = 106+134+89=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8659 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8659 is #9579A6. Grayscale: #787878. Windows color (decimal): -9796007 or 5867114. OLE color: 5867114.
HSL color Cylindrical-coordinate representation of color #6A8659: hue angle of 97.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6A8659 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 134 | 89 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.47 |
| HSL | 97.33º | 0.2% | 0.44% | - |
| HSV(B) | 97.33º | 0.34% | 0.53% | - |
| XYZ | 16.27 | 20.84 | 12.62 | - |
| YUV | 120.5 | 110.22 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 134 | 89 | 0.21 | 0 | 0.34 | 0.47 | 97.33 | 0.2 | 0.44 |
| Hex | 6A | 86 | 59 | 15 | 0 | 22 | 2F | 61 | 14 | 2C |
| Octal | 152 | 206 | 131 | 25 | 0 | 42 | 57 | 141 | 24 | 54 |
| Binary | 1101010 | 10000110 | 1011001 | 10101 | 0 | 100010 | 101111 | 1100001 | 10100 | 101100 |
Color Harmonies of #6A8659
Complementary color
Monochromatic Colors of #6A8659
Black with #6A8659
Text Example
Text Example
White with #6A8659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8659; }
p { color: rgb(106,134,89); }
H1.HeaderClassName
{
color: #6A8659;
}
.AnyTagClassName
{
color: #6A8659;
}
</style>
background-color css
<style>
a { background-color: #6A8659; }
a { background-color: rgb(106,134,89); }
div.DivClassName
{
background-color: #6A8659;
}
.BgClassName
{
background-color: #6A8659;
}
</style>
border-color css
<style>
span { border-color: #6A8659; }
span { border-color: rgb(106,134,89); }
td.TdClassName
{
border-color: #6A8659;
}
.TagClassName
{
border-color: #6A8659;
}
</style>