Shades of Glade Green #6B8856
Tints of Glade Green #6B8856
RGB
CMYK
RGB Variations
Color information
#6B8856 (or 0x6B8856) is known color: Glade Green. HEX triplet: 6B, 88 and 56. RGB value is (107,136,86). Sum of RGB (Red+Green+Blue) = 107+136+86=329 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.52% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 136 - color contains mainly: green. Hex color #6B8856 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8856 is #9477A9. Grayscale: #797979. Windows color (decimal): -9729962 or 5671019. OLE color: 5671019.
HSL color Cylindrical-coordinate representation of color #6B8856: hue angle of 94.8º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B8856 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 136 | 86 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.47 |
| HSL | 94.8º | 0.23% | 0.44% | - |
| HSV(B) | 94.8º | 0.37% | 0.53% | - |
| XYZ | 16.55 | 21.41 | 12.06 | - |
| YUV | 121.63 | 107.89 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 136 | 86 | 0.21 | 0 | 0.37 | 0.47 | 94.8 | 0.23 | 0.44 |
| Hex | 6B | 88 | 56 | 15 | 0 | 25 | 2F | 5F | 17 | 2C |
| Octal | 153 | 210 | 126 | 25 | 0 | 45 | 57 | 137 | 27 | 54 |
| Binary | 1101011 | 10001000 | 1010110 | 10101 | 0 | 100101 | 101111 | 1011111 | 10111 | 101100 |
Color Harmonies of #6B8856
Complementary color
Monochromatic Colors of #6B8856
Black with #6B8856
Text Example
Text Example
White with #6B8856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8856; }
p { color: rgb(107,136,86); }
H1.HeaderClassName
{
color: #6B8856;
}
.AnyTagClassName
{
color: #6B8856;
}
</style>
background-color css
<style>
a { background-color: #6B8856; }
a { background-color: rgb(107,136,86); }
div.DivClassName
{
background-color: #6B8856;
}
.BgClassName
{
background-color: #6B8856;
}
</style>
border-color css
<style>
span { border-color: #6B8856; }
span { border-color: rgb(107,136,86); }
td.TdClassName
{
border-color: #6B8856;
}
.TagClassName
{
border-color: #6B8856;
}
</style>