Shades of Glade Green #6A8653
Tints of Glade Green #6A8653
RGB
CMYK
RGB Variations
Color information
#6A8653 (or 0x6A8653) is known color: Glade Green. HEX triplet: 6A, 86 and 53. RGB value is (106,134,83). Sum of RGB (Red+Green+Blue) = 106+134+83=323 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.82% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8653 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8653 is #9579AC. Grayscale: #777777. Windows color (decimal): -9796013 or 5473898. OLE color: 5473898.
HSL color Cylindrical-coordinate representation of color #6A8653: hue angle of 92.94º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A8653 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 134 | 83 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.47 |
| HSL | 92.94º | 0.24% | 0.43% | - |
| HSV(B) | 92.94º | 0.38% | 0.53% | - |
| XYZ | 16.03 | 20.74 | 11.34 | - |
| YUV | 119.81 | 107.22 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 134 | 83 | 0.21 | 0 | 0.38 | 0.47 | 92.94 | 0.24 | 0.43 |
| Hex | 6A | 86 | 53 | 15 | 0 | 26 | 2F | 5D | 18 | 2B |
| Octal | 152 | 206 | 123 | 25 | 0 | 46 | 57 | 135 | 30 | 53 |
| Binary | 1101010 | 10000110 | 1010011 | 10101 | 0 | 100110 | 101111 | 1011101 | 11000 | 101011 |
Color Harmonies of #6A8653
Complementary color
Monochromatic Colors of #6A8653
Black with #6A8653
Text Example
Text Example
White with #6A8653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8653; }
p { color: rgb(106,134,83); }
H1.HeaderClassName
{
color: #6A8653;
}
.AnyTagClassName
{
color: #6A8653;
}
</style>
background-color css
<style>
a { background-color: #6A8653; }
a { background-color: rgb(106,134,83); }
div.DivClassName
{
background-color: #6A8653;
}
.BgClassName
{
background-color: #6A8653;
}
</style>
border-color css
<style>
span { border-color: #6A8653; }
span { border-color: rgb(106,134,83); }
td.TdClassName
{
border-color: #6A8653;
}
.TagClassName
{
border-color: #6A8653;
}
</style>