Shades of Glade Green #6A865B
Tints of Glade Green #6A865B
RGB
CMYK
RGB Variations
Color information
#6A865B (or 0x6A865B) is known color: Glade Green. HEX triplet: 6A, 86 and 5B. RGB value is (106,134,91). Sum of RGB (Red+Green+Blue) = 106+134+91=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #6A865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A865B is #9579A4. Grayscale: #787878. Windows color (decimal): -9796005 or 5998186. OLE color: 5998186.
HSL color Cylindrical-coordinate representation of color #6A865B: hue angle of 99.07º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A865B is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 134 | 91 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.47 |
| HSL | 99.07º | 0.19% | 0.44% | - |
| HSV(B) | 99.07º | 0.32% | 0.53% | - |
| XYZ | 16.36 | 20.87 | 13.06 | - |
| YUV | 120.73 | 111.22 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 134 | 91 | 0.21 | 0 | 0.32 | 0.47 | 99.07 | 0.19 | 0.44 |
| Hex | 6A | 86 | 5B | 15 | 0 | 20 | 2F | 63 | 13 | 2C |
| Octal | 152 | 206 | 133 | 25 | 0 | 40 | 57 | 143 | 23 | 54 |
| Binary | 1101010 | 10000110 | 1011011 | 10101 | 0 | 100000 | 101111 | 1100011 | 10011 | 101100 |
Color Harmonies of #6A865B
Complementary color
Monochromatic Colors of #6A865B
Black with #6A865B
Text Example
Text Example
White with #6A865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A865B; }
p { color: rgb(106,134,91); }
H1.HeaderClassName
{
color: #6A865B;
}
.AnyTagClassName
{
color: #6A865B;
}
</style>
background-color css
<style>
a { background-color: #6A865B; }
a { background-color: rgb(106,134,91); }
div.DivClassName
{
background-color: #6A865B;
}
.BgClassName
{
background-color: #6A865B;
}
</style>
border-color css
<style>
span { border-color: #6A865B; }
span { border-color: rgb(106,134,91); }
td.TdClassName
{
border-color: #6A865B;
}
.TagClassName
{
border-color: #6A865B;
}
</style>