Shades of Glade Green #6B9156
Tints of Glade Green #6B9156
RGB
CMYK
RGB Variations
Color information
#6B9156 (or 0x6B9156) is known color: Glade Green. HEX triplet: 6B, 91 and 56. RGB value is (107,145,86). Sum of RGB (Red+Green+Blue) = 107+145+86=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #6B9156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9156 is #946EA9. Grayscale: #7F7F7F. Windows color (decimal): -9727658 or 5673323. OLE color: 5673323.
HSL color Cylindrical-coordinate representation of color #6B9156: hue angle of 98.64º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B9156 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 145 | 86 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.43 |
| HSL | 98.64º | 0.26% | 0.45% | - |
| HSV(B) | 98.64º | 0.41% | 0.57% | - |
| XYZ | 17.87 | 24.05 | 12.5 | - |
| YUV | 126.91 | 104.91 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 145 | 86 | 0.26 | 0 | 0.41 | 0.43 | 98.64 | 0.26 | 0.45 |
| Hex | 6B | 91 | 56 | 1A | 0 | 29 | 2B | 63 | 1A | 2D |
| Octal | 153 | 221 | 126 | 32 | 0 | 51 | 53 | 143 | 32 | 55 |
| Binary | 1101011 | 10010001 | 1010110 | 11010 | 0 | 101001 | 101011 | 1100011 | 11010 | 101101 |
Color Harmonies of #6B9156
Complementary color
Monochromatic Colors of #6B9156
Black with #6B9156
Text Example
Text Example
White with #6B9156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9156; }
p { color: rgb(107,145,86); }
H1.HeaderClassName
{
color: #6B9156;
}
.AnyTagClassName
{
color: #6B9156;
}
</style>
background-color css
<style>
a { background-color: #6B9156; }
a { background-color: rgb(107,145,86); }
div.DivClassName
{
background-color: #6B9156;
}
.BgClassName
{
background-color: #6B9156;
}
</style>
border-color css
<style>
span { border-color: #6B9156; }
span { border-color: rgb(107,145,86); }
td.TdClassName
{
border-color: #6B9156;
}
.TagClassName
{
border-color: #6B9156;
}
</style>