Shades of Glade Green #6A954F
Tints of Glade Green #6A954F
RGB
CMYK
RGB Variations
Color information
#6A954F (or 0x6A954F) is known color: Glade Green. HEX triplet: 6A, 95 and 4F. RGB value is (106,149,79). Sum of RGB (Red+Green+Blue) = 106+149+79=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #6A954F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A954F is #956AB0. Grayscale: #808080. Windows color (decimal): -9792177 or 5215594. OLE color: 5215594.
HSL color Cylindrical-coordinate representation of color #6A954F: hue angle of 96.86º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A954F is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 149 | 79 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.42 |
| HSL | 96.86º | 0.31% | 0.45% | - |
| HSV(B) | 96.86º | 0.47% | 0.58% | - |
| XYZ | 18.1 | 25.12 | 11.29 | - |
| YUV | 128.16 | 100.25 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 149 | 79 | 0.29 | 0 | 0.47 | 0.42 | 96.86 | 0.31 | 0.45 |
| Hex | 6A | 95 | 4F | 1D | 0 | 2F | 2A | 61 | 1F | 2D |
| Octal | 152 | 225 | 117 | 35 | 0 | 57 | 52 | 141 | 37 | 55 |
| Binary | 1101010 | 10010101 | 1001111 | 11101 | 0 | 101111 | 101010 | 1100001 | 11111 | 101101 |
Color Harmonies of #6A954F
Complementary color
Monochromatic Colors of #6A954F
Black with #6A954F
Text Example
Text Example
White with #6A954F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A954F; }
p { color: rgb(106,149,79); }
H1.HeaderClassName
{
color: #6A954F;
}
.AnyTagClassName
{
color: #6A954F;
}
</style>
background-color css
<style>
a { background-color: #6A954F; }
a { background-color: rgb(106,149,79); }
div.DivClassName
{
background-color: #6A954F;
}
.BgClassName
{
background-color: #6A954F;
}
</style>
border-color css
<style>
span { border-color: #6A954F; }
span { border-color: rgb(106,149,79); }
td.TdClassName
{
border-color: #6A954F;
}
.TagClassName
{
border-color: #6A954F;
}
</style>