Shades of Glade Green #6B8D50
Tints of Glade Green #6B8D50
RGB
CMYK
RGB Variations
Color information
#6B8D50 (or 0x6B8D50) is known color: Glade Green. HEX triplet: 6B, 8D and 50. RGB value is (107,141,80). Sum of RGB (Red+Green+Blue) = 107+141+80=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8D50 is #9472AF. Grayscale: #7C7C7C. Windows color (decimal): -9728688 or 5279083. OLE color: 5279083.
HSL color Cylindrical-coordinate representation of color #6B8D50: hue angle of 93.44º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B8D50 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 141 | 80 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.45 |
| HSL | 93.44º | 0.28% | 0.43% | - |
| HSV(B) | 93.44º | 0.43% | 0.55% | - |
| XYZ | 17.04 | 22.75 | 11.08 | - |
| YUV | 123.88 | 103.24 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 141 | 80 | 0.24 | 0 | 0.43 | 0.45 | 93.44 | 0.28 | 0.43 |
| Hex | 6B | 8D | 50 | 18 | 0 | 2B | 2D | 5D | 1C | 2B |
| Octal | 153 | 215 | 120 | 30 | 0 | 53 | 55 | 135 | 34 | 53 |
| Binary | 1101011 | 10001101 | 1010000 | 11000 | 0 | 101011 | 101101 | 1011101 | 11100 | 101011 |
Color Harmonies of #6B8D50
Complementary color
Monochromatic Colors of #6B8D50
Black with #6B8D50
Text Example
Text Example
White with #6B8D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8D50; }
p { color: rgb(107,141,80); }
H1.HeaderClassName
{
color: #6B8D50;
}
.AnyTagClassName
{
color: #6B8D50;
}
</style>
background-color css
<style>
a { background-color: #6B8D50; }
a { background-color: rgb(107,141,80); }
div.DivClassName
{
background-color: #6B8D50;
}
.BgClassName
{
background-color: #6B8D50;
}
</style>
border-color css
<style>
span { border-color: #6B8D50; }
span { border-color: rgb(107,141,80); }
td.TdClassName
{
border-color: #6B8D50;
}
.TagClassName
{
border-color: #6B8D50;
}
</style>