Shades of Glade Green #6A9450
Tints of Glade Green #6A9450
RGB
CMYK
RGB Variations
Color information
#6A9450 (or 0x6A9450) is known color: Glade Green. HEX triplet: 6A, 94 and 50. RGB value is (106,148,80). Sum of RGB (Red+Green+Blue) = 106+148+80=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #6A9450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9450 is #956BAF. Grayscale: #7F7F7F. Windows color (decimal): -9792432 or 5280874. OLE color: 5280874.
HSL color Cylindrical-coordinate representation of color #6A9450: hue angle of 97.06º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A9450 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 148 | 80 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.42 |
| HSL | 97.06º | 0.3% | 0.45% | - |
| HSV(B) | 97.06º | 0.46% | 0.58% | - |
| XYZ | 17.98 | 24.82 | 11.43 | - |
| YUV | 127.69 | 101.09 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 148 | 80 | 0.28 | 0 | 0.46 | 0.42 | 97.06 | 0.3 | 0.45 |
| Hex | 6A | 94 | 50 | 1C | 0 | 2E | 2A | 61 | 1E | 2D |
| Octal | 152 | 224 | 120 | 34 | 0 | 56 | 52 | 141 | 36 | 55 |
| Binary | 1101010 | 10010100 | 1010000 | 11100 | 0 | 101110 | 101010 | 1100001 | 11110 | 101101 |
Color Harmonies of #6A9450
Complementary color
Monochromatic Colors of #6A9450
Black with #6A9450
Text Example
Text Example
White with #6A9450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9450; }
p { color: rgb(106,148,80); }
H1.HeaderClassName
{
color: #6A9450;
}
.AnyTagClassName
{
color: #6A9450;
}
</style>
background-color css
<style>
a { background-color: #6A9450; }
a { background-color: rgb(106,148,80); }
div.DivClassName
{
background-color: #6A9450;
}
.BgClassName
{
background-color: #6A9450;
}
</style>
border-color css
<style>
span { border-color: #6A9450; }
span { border-color: rgb(106,148,80); }
td.TdClassName
{
border-color: #6A9450;
}
.TagClassName
{
border-color: #6A9450;
}
</style>