Shades of Glade Green #6A8658
Tints of Glade Green #6A8658
RGB
CMYK
RGB Variations
Color information
#6A8658 (or 0x6A8658) is known color: Glade Green. HEX triplet: 6A, 86 and 58. RGB value is (106,134,88). Sum of RGB (Red+Green+Blue) = 106+134+88=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8658 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8658 is #9579A7. Grayscale: #787878. Windows color (decimal): -9796008 or 5801578. OLE color: 5801578.
HSL color Cylindrical-coordinate representation of color #6A8658: hue angle of 96.52º degrees, saturation: 0.21, 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 #6A8658 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 134 | 88 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.47 |
| HSL | 96.52º | 0.21% | 0.44% | - |
| HSV(B) | 96.52º | 0.34% | 0.53% | - |
| XYZ | 16.23 | 20.82 | 12.4 | - |
| YUV | 120.38 | 109.72 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 134 | 88 | 0.21 | 0 | 0.34 | 0.47 | 96.52 | 0.21 | 0.44 |
| Hex | 6A | 86 | 58 | 15 | 0 | 22 | 2F | 61 | 15 | 2C |
| Octal | 152 | 206 | 130 | 25 | 0 | 42 | 57 | 141 | 25 | 54 |
| Binary | 1101010 | 10000110 | 1011000 | 10101 | 0 | 100010 | 101111 | 1100001 | 10101 | 101100 |
Color Harmonies of #6A8658
Complementary color
Monochromatic Colors of #6A8658
Black with #6A8658
Text Example
Text Example
White with #6A8658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8658; }
p { color: rgb(106,134,88); }
H1.HeaderClassName
{
color: #6A8658;
}
.AnyTagClassName
{
color: #6A8658;
}
</style>
background-color css
<style>
a { background-color: #6A8658; }
a { background-color: rgb(106,134,88); }
div.DivClassName
{
background-color: #6A8658;
}
.BgClassName
{
background-color: #6A8658;
}
</style>
border-color css
<style>
span { border-color: #6A8658; }
span { border-color: rgb(106,134,88); }
td.TdClassName
{
border-color: #6A8658;
}
.TagClassName
{
border-color: #6A8658;
}
</style>