Shades of Glade Green #6A8858
Tints of Glade Green #6A8858
RGB
CMYK
RGB Variations
Color information
#6A8858 (or 0x6A8858) is known color: Glade Green. HEX triplet: 6A, 88 and 58. RGB value is (106,136,88). Sum of RGB (Red+Green+Blue) = 106+136+88=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 136 - color contains mainly: green. Hex color #6A8858 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8858 is #9577A7. Grayscale: #797979. Windows color (decimal): -9795496 or 5802090. OLE color: 5802090.
HSL color Cylindrical-coordinate representation of color #6A8858: hue angle of 97.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6A8858 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 136 | 88 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.47 |
| HSL | 97.5º | 0.21% | 0.44% | - |
| HSV(B) | 97.5º | 0.35% | 0.53% | - |
| XYZ | 16.51 | 21.38 | 12.49 | - |
| YUV | 121.56 | 109.06 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 136 | 88 | 0.22 | 0 | 0.35 | 0.47 | 97.5 | 0.21 | 0.44 |
| Hex | 6A | 88 | 58 | 16 | 0 | 23 | 2F | 62 | 15 | 2C |
| Octal | 152 | 210 | 130 | 26 | 0 | 43 | 57 | 142 | 25 | 54 |
| Binary | 1101010 | 10001000 | 1011000 | 10110 | 0 | 100011 | 101111 | 1100010 | 10101 | 101100 |
Color Harmonies of #6A8858
Complementary color
Monochromatic Colors of #6A8858
Black with #6A8858
Text Example
Text Example
White with #6A8858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8858; }
p { color: rgb(106,136,88); }
H1.HeaderClassName
{
color: #6A8858;
}
.AnyTagClassName
{
color: #6A8858;
}
</style>
background-color css
<style>
a { background-color: #6A8858; }
a { background-color: rgb(106,136,88); }
div.DivClassName
{
background-color: #6A8858;
}
.BgClassName
{
background-color: #6A8858;
}
</style>
border-color css
<style>
span { border-color: #6A8858; }
span { border-color: rgb(106,136,88); }
td.TdClassName
{
border-color: #6A8858;
}
.TagClassName
{
border-color: #6A8858;
}
</style>