Shades of Glade Green #6B8955
Tints of Glade Green #6B8955
RGB
CMYK
RGB Variations
Color information
#6B8955 (or 0x6B8955) is known color: Glade Green. HEX triplet: 6B, 89 and 55. RGB value is (107,137,85). Sum of RGB (Red+Green+Blue) = 107+137+85=329 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.52% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #6B8955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8955 is #9476AA. Grayscale: #7A7A7A. Windows color (decimal): -9729707 or 5605739. OLE color: 5605739.
HSL color Cylindrical-coordinate representation of color #6B8955: hue angle of 94.62º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B8955 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 137 | 85 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.46 |
| HSL | 94.62º | 0.23% | 0.44% | - |
| HSV(B) | 94.62º | 0.38% | 0.54% | - |
| XYZ | 16.65 | 21.67 | 11.9 | - |
| YUV | 122.1 | 107.06 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 137 | 85 | 0.22 | 0 | 0.38 | 0.46 | 94.62 | 0.23 | 0.44 |
| Hex | 6B | 89 | 55 | 16 | 0 | 26 | 2E | 5F | 17 | 2C |
| Octal | 153 | 211 | 125 | 26 | 0 | 46 | 56 | 137 | 27 | 54 |
| Binary | 1101011 | 10001001 | 1010101 | 10110 | 0 | 100110 | 101110 | 1011111 | 10111 | 101100 |
Color Harmonies of #6B8955
Complementary color
Monochromatic Colors of #6B8955
Black with #6B8955
Text Example
Text Example
White with #6B8955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8955; }
p { color: rgb(107,137,85); }
H1.HeaderClassName
{
color: #6B8955;
}
.AnyTagClassName
{
color: #6B8955;
}
</style>
background-color css
<style>
a { background-color: #6B8955; }
a { background-color: rgb(107,137,85); }
div.DivClassName
{
background-color: #6B8955;
}
.BgClassName
{
background-color: #6B8955;
}
</style>
border-color css
<style>
span { border-color: #6B8955; }
span { border-color: rgb(107,137,85); }
td.TdClassName
{
border-color: #6B8955;
}
.TagClassName
{
border-color: #6B8955;
}
</style>