Shades of Glade Green #6A865A
Tints of Glade Green #6A865A
RGB
CMYK
RGB Variations
Color information
#6A865A (or 0x6A865A) is known color: Glade Green. HEX triplet: 6A, 86 and 5A. RGB value is (106,134,90). Sum of RGB (Red+Green+Blue) = 106+134+90=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #6A865A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A865A is #9579A5. Grayscale: #787878. Windows color (decimal): -9796006 or 5932650. OLE color: 5932650.
HSL color Cylindrical-coordinate representation of color #6A865A: hue angle of 98.18º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A865A is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 134 | 90 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.47 |
| HSL | 98.18º | 0.2% | 0.44% | - |
| HSV(B) | 98.18º | 0.33% | 0.53% | - |
| XYZ | 16.31 | 20.85 | 12.84 | - |
| YUV | 120.61 | 110.72 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 134 | 90 | 0.21 | 0 | 0.33 | 0.47 | 98.18 | 0.2 | 0.44 |
| Hex | 6A | 86 | 5A | 15 | 0 | 21 | 2F | 62 | 14 | 2C |
| Octal | 152 | 206 | 132 | 25 | 0 | 41 | 57 | 142 | 24 | 54 |
| Binary | 1101010 | 10000110 | 1011010 | 10101 | 0 | 100001 | 101111 | 1100010 | 10100 | 101100 |
Color Harmonies of #6A865A
Complementary color
Monochromatic Colors of #6A865A
Black with #6A865A
Text Example
Text Example
White with #6A865A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A865A; }
p { color: rgb(106,134,90); }
H1.HeaderClassName
{
color: #6A865A;
}
.AnyTagClassName
{
color: #6A865A;
}
</style>
background-color css
<style>
a { background-color: #6A865A; }
a { background-color: rgb(106,134,90); }
div.DivClassName
{
background-color: #6A865A;
}
.BgClassName
{
background-color: #6A865A;
}
</style>
border-color css
<style>
span { border-color: #6A865A; }
span { border-color: rgb(106,134,90); }
td.TdClassName
{
border-color: #6A865A;
}
.TagClassName
{
border-color: #6A865A;
}
</style>