Shades of Glade Green #6A8C53
Tints of Glade Green #6A8C53
RGB
CMYK
RGB Variations
Color information
#6A8C53 (or 0x6A8C53) is known color: Glade Green. HEX triplet: 6A, 8C and 53. RGB value is (106,140,83). Sum of RGB (Red+Green+Blue) = 106+140+83=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 140 - color contains mainly: green. Hex color #6A8C53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8C53 is #9573AC. Grayscale: #7B7B7B. Windows color (decimal): -9794477 or 5475434. OLE color: 5475434.
HSL color Cylindrical-coordinate representation of color #6A8C53: hue angle of 95.79º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6A8C53 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 140 | 83 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.45 |
| HSL | 95.79º | 0.26% | 0.44% | - |
| HSV(B) | 95.79º | 0.41% | 0.55% | - |
| XYZ | 16.88 | 22.44 | 11.63 | - |
| YUV | 123.34 | 105.24 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 140 | 83 | 0.24 | 0 | 0.41 | 0.45 | 95.79 | 0.26 | 0.44 |
| Hex | 6A | 8C | 53 | 18 | 0 | 29 | 2D | 60 | 1A | 2C |
| Octal | 152 | 214 | 123 | 30 | 0 | 51 | 55 | 140 | 32 | 54 |
| Binary | 1101010 | 10001100 | 1010011 | 11000 | 0 | 101001 | 101101 | 1100000 | 11010 | 101100 |
Color Harmonies of #6A8C53
Complementary color
Monochromatic Colors of #6A8C53
Black with #6A8C53
Text Example
Text Example
White with #6A8C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8C53; }
p { color: rgb(106,140,83); }
H1.HeaderClassName
{
color: #6A8C53;
}
.AnyTagClassName
{
color: #6A8C53;
}
</style>
background-color css
<style>
a { background-color: #6A8C53; }
a { background-color: rgb(106,140,83); }
div.DivClassName
{
background-color: #6A8C53;
}
.BgClassName
{
background-color: #6A8C53;
}
</style>
border-color css
<style>
span { border-color: #6A8C53; }
span { border-color: rgb(106,140,83); }
td.TdClassName
{
border-color: #6A8C53;
}
.TagClassName
{
border-color: #6A8C53;
}
</style>