Shades of Glade Green #6A8457
Tints of Glade Green #6A8457
RGB
CMYK
RGB Variations
Color information
#6A8457 (or 0x6A8457) is known color: Glade Green. HEX triplet: 6A, 84 and 57. RGB value is (106,132,87). Sum of RGB (Red+Green+Blue) = 106+132+87=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 132 - color contains mainly: green. Hex color #6A8457 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8457 is #957BA8. Grayscale: #777777. Windows color (decimal): -9796521 or 5735530. OLE color: 5735530.
HSL color Cylindrical-coordinate representation of color #6A8457: hue angle of 94.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6A8457 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 106 | 132 | 87 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.48 |
| HSL | 94.67º | 0.21% | 0.43% | - |
| HSV(B) | 94.67º | 0.34% | 0.52% | - |
| XYZ | 15.92 | 20.25 | 12.09 | - |
| YUV | 119.1 | 109.89 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 132 | 87 | 0.20 | 0 | 0.34 | 0.48 | 94.67 | 0.21 | 0.43 |
| Hex | 6A | 84 | 57 | 14 | 0 | 22 | 30 | 5F | 15 | 2B |
| Octal | 152 | 204 | 127 | 24 | 0 | 42 | 60 | 137 | 25 | 53 |
| Binary | 1101010 | 10000100 | 1010111 | 10100 | 0 | 100010 | 110000 | 1011111 | 10101 | 101011 |
Color Harmonies of #6A8457
Complementary color
Monochromatic Colors of #6A8457
Black with #6A8457
Text Example
Text Example
White with #6A8457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8457; }
p { color: rgb(106,132,87); }
H1.HeaderClassName
{
color: #6A8457;
}
.AnyTagClassName
{
color: #6A8457;
}
</style>
background-color css
<style>
a { background-color: #6A8457; }
a { background-color: rgb(106,132,87); }
div.DivClassName
{
background-color: #6A8457;
}
.BgClassName
{
background-color: #6A8457;
}
</style>
border-color css
<style>
span { border-color: #6A8457; }
span { border-color: rgb(106,132,87); }
td.TdClassName
{
border-color: #6A8457;
}
.TagClassName
{
border-color: #6A8457;
}
</style>