Shades of Glade Green #6A895C
Tints of Glade Green #6A895C
RGB
CMYK
RGB Variations
Color information
#6A895C (or 0x6A895C) is known color: Glade Green. HEX triplet: 6A, 89 and 5C. RGB value is (106,137,92). Sum of RGB (Red+Green+Blue) = 106+137+92=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 137 - color contains mainly: green. Hex color #6A895C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A895C is #9576A3. Grayscale: #7A7A7A. Windows color (decimal): -9795236 or 6064490. OLE color: 6064490.
HSL color Cylindrical-coordinate representation of color #6A895C: hue angle of 101.33º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A895C is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 106 | 137 | 92 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.46 |
| HSL | 101.33º | 0.2% | 0.45% | - |
| HSV(B) | 101.33º | 0.33% | 0.54% | - |
| XYZ | 16.82 | 21.73 | 13.43 | - |
| YUV | 122.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 137 | 92 | 0.23 | 0 | 0.33 | 0.46 | 101.33 | 0.2 | 0.45 |
| Hex | 6A | 89 | 5C | 17 | 0 | 21 | 2E | 65 | 14 | 2D |
| Octal | 152 | 211 | 134 | 27 | 0 | 41 | 56 | 145 | 24 | 55 |
| Binary | 1101010 | 10001001 | 1011100 | 10111 | 0 | 100001 | 101110 | 1100101 | 10100 | 101101 |
Color Harmonies of #6A895C
Complementary color
Monochromatic Colors of #6A895C
Black with #6A895C
Text Example
Text Example
White with #6A895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A895C; }
p { color: rgb(106,137,92); }
H1.HeaderClassName
{
color: #6A895C;
}
.AnyTagClassName
{
color: #6A895C;
}
</style>
background-color css
<style>
a { background-color: #6A895C; }
a { background-color: rgb(106,137,92); }
div.DivClassName
{
background-color: #6A895C;
}
.BgClassName
{
background-color: #6A895C;
}
</style>
border-color css
<style>
span { border-color: #6A895C; }
span { border-color: rgb(106,137,92); }
td.TdClassName
{
border-color: #6A895C;
}
.TagClassName
{
border-color: #6A895C;
}
</style>