Shades of Glade Green #6A8A55
Tints of Glade Green #6A8A55
RGB
CMYK
RGB Variations
Color information
#6A8A55 (or 0x6A8A55) is known color: Glade Green. HEX triplet: 6A, 8A and 55. RGB value is (106,138,85). Sum of RGB (Red+Green+Blue) = 106+138+85=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 138 - color contains mainly: green. Hex color #6A8A55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8A55 is #9575AA. Grayscale: #7A7A7A. Windows color (decimal): -9794987 or 5605994. OLE color: 5605994.
HSL color Cylindrical-coordinate representation of color #6A8A55: hue angle of 96.23º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A8A55 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 106 | 138 | 85 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.46 |
| HSL | 96.23º | 0.24% | 0.44% | - |
| HSV(B) | 96.23º | 0.38% | 0.54% | - |
| XYZ | 16.67 | 21.9 | 11.94 | - |
| YUV | 122.39 | 106.9 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 138 | 85 | 0.23 | 0 | 0.38 | 0.46 | 96.23 | 0.24 | 0.44 |
| Hex | 6A | 8A | 55 | 17 | 0 | 26 | 2E | 60 | 18 | 2C |
| Octal | 152 | 212 | 125 | 27 | 0 | 46 | 56 | 140 | 30 | 54 |
| Binary | 1101010 | 10001010 | 1010101 | 10111 | 0 | 100110 | 101110 | 1100000 | 11000 | 101100 |
Color Harmonies of #6A8A55
Complementary color
Monochromatic Colors of #6A8A55
Black with #6A8A55
Text Example
Text Example
White with #6A8A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8A55; }
p { color: rgb(106,138,85); }
H1.HeaderClassName
{
color: #6A8A55;
}
.AnyTagClassName
{
color: #6A8A55;
}
</style>
background-color css
<style>
a { background-color: #6A8A55; }
a { background-color: rgb(106,138,85); }
div.DivClassName
{
background-color: #6A8A55;
}
.BgClassName
{
background-color: #6A8A55;
}
</style>
border-color css
<style>
span { border-color: #6A8A55; }
span { border-color: rgb(106,138,85); }
td.TdClassName
{
border-color: #6A8A55;
}
.TagClassName
{
border-color: #6A8A55;
}
</style>