Shades of Glade Green #6A9451
Tints of Glade Green #6A9451
RGB
CMYK
RGB Variations
Color information
#6A9451 (or 0x6A9451) is known color: Glade Green. HEX triplet: 6A, 94 and 51. RGB value is (106,148,81). Sum of RGB (Red+Green+Blue) = 106+148+81=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #6A9451 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9451 is #956BAE. Grayscale: #808080. Windows color (decimal): -9792431 or 5346410. OLE color: 5346410.
HSL color Cylindrical-coordinate representation of color #6A9451: hue angle of 97.61º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A9451 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 148 | 81 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.42 |
| HSL | 97.61º | 0.29% | 0.45% | - |
| HSV(B) | 97.61º | 0.45% | 0.58% | - |
| XYZ | 18.02 | 24.84 | 11.63 | - |
| YUV | 127.8 | 101.59 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 148 | 81 | 0.28 | 0 | 0.45 | 0.42 | 97.61 | 0.29 | 0.45 |
| Hex | 6A | 94 | 51 | 1C | 0 | 2D | 2A | 62 | 1D | 2D |
| Octal | 152 | 224 | 121 | 34 | 0 | 55 | 52 | 142 | 35 | 55 |
| Binary | 1101010 | 10010100 | 1010001 | 11100 | 0 | 101101 | 101010 | 1100010 | 11101 | 101101 |
Color Harmonies of #6A9451
Complementary color
Monochromatic Colors of #6A9451
Black with #6A9451
Text Example
Text Example
White with #6A9451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9451; }
p { color: rgb(106,148,81); }
H1.HeaderClassName
{
color: #6A9451;
}
.AnyTagClassName
{
color: #6A9451;
}
</style>
background-color css
<style>
a { background-color: #6A9451; }
a { background-color: rgb(106,148,81); }
div.DivClassName
{
background-color: #6A9451;
}
.BgClassName
{
background-color: #6A9451;
}
</style>
border-color css
<style>
span { border-color: #6A9451; }
span { border-color: rgb(106,148,81); }
td.TdClassName
{
border-color: #6A9451;
}
.TagClassName
{
border-color: #6A9451;
}
</style>