Shades of Glade Green #6A9253
Tints of Glade Green #6A9253
RGB
CMYK
RGB Variations
Color information
#6A9253 (or 0x6A9253) is known color: Glade Green. HEX triplet: 6A, 92 and 53. RGB value is (106,146,83). Sum of RGB (Red+Green+Blue) = 106+146+83=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 146 - color contains mainly: green. Hex color #6A9253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9253 is #956DAC. Grayscale: #7F7F7F. Windows color (decimal): -9792941 or 5476970. OLE color: 5476970.
HSL color Cylindrical-coordinate representation of color #6A9253: hue angle of 98.1º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A9253 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 106 | 146 | 83 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.43 |
| HSL | 98.1º | 0.28% | 0.45% | - |
| HSV(B) | 98.1º | 0.43% | 0.57% | - |
| XYZ | 17.78 | 24.25 | 11.93 | - |
| YUV | 126.86 | 103.25 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 146 | 83 | 0.27 | 0 | 0.43 | 0.43 | 98.1 | 0.28 | 0.45 |
| Hex | 6A | 92 | 53 | 1B | 0 | 2B | 2B | 62 | 1C | 2D |
| Octal | 152 | 222 | 123 | 33 | 0 | 53 | 53 | 142 | 34 | 55 |
| Binary | 1101010 | 10010010 | 1010011 | 11011 | 0 | 101011 | 101011 | 1100010 | 11100 | 101101 |
Color Harmonies of #6A9253
Complementary color
Monochromatic Colors of #6A9253
Black with #6A9253
Text Example
Text Example
White with #6A9253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9253; }
p { color: rgb(106,146,83); }
H1.HeaderClassName
{
color: #6A9253;
}
.AnyTagClassName
{
color: #6A9253;
}
</style>
background-color css
<style>
a { background-color: #6A9253; }
a { background-color: rgb(106,146,83); }
div.DivClassName
{
background-color: #6A9253;
}
.BgClassName
{
background-color: #6A9253;
}
</style>
border-color css
<style>
span { border-color: #6A9253; }
span { border-color: rgb(106,146,83); }
td.TdClassName
{
border-color: #6A9253;
}
.TagClassName
{
border-color: #6A9253;
}
</style>