Shades of Glade Green #6C8C5B
Tints of Glade Green #6C8C5B
RGB
CMYK
RGB Variations
Color information
#6C8C5B (or 0x6C8C5B) is known color: Glade Green. HEX triplet: 6C, 8C and 5B. RGB value is (108,140,91). Sum of RGB (Red+Green+Blue) = 108+140+91=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 140 - color contains mainly: green. Hex color #6C8C5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8C5B is #9373A4. Grayscale: #7D7D7D. Windows color (decimal): -9663397 or 5999724. OLE color: 5999724.
HSL color Cylindrical-coordinate representation of color #6C8C5B: hue angle of 99.18º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C8C5B is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 140 | 91 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.45 |
| HSL | 99.18º | 0.21% | 0.45% | - |
| HSV(B) | 99.18º | 0.35% | 0.55% | - |
| XYZ | 17.45 | 22.7 | 13.36 | - |
| YUV | 124.85 | 108.9 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 140 | 91 | 0.23 | 0 | 0.35 | 0.45 | 99.18 | 0.21 | 0.45 |
| Hex | 6C | 8C | 5B | 17 | 0 | 23 | 2D | 63 | 15 | 2D |
| Octal | 154 | 214 | 133 | 27 | 0 | 43 | 55 | 143 | 25 | 55 |
| Binary | 1101100 | 10001100 | 1011011 | 10111 | 0 | 100011 | 101101 | 1100011 | 10101 | 101101 |
Color Harmonies of #6C8C5B
Complementary color
Monochromatic Colors of #6C8C5B
Black with #6C8C5B
Text Example
Text Example
White with #6C8C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8C5B; }
p { color: rgb(108,140,91); }
H1.HeaderClassName
{
color: #6C8C5B;
}
.AnyTagClassName
{
color: #6C8C5B;
}
</style>
background-color css
<style>
a { background-color: #6C8C5B; }
a { background-color: rgb(108,140,91); }
div.DivClassName
{
background-color: #6C8C5B;
}
.BgClassName
{
background-color: #6C8C5B;
}
</style>
border-color css
<style>
span { border-color: #6C8C5B; }
span { border-color: rgb(108,140,91); }
td.TdClassName
{
border-color: #6C8C5B;
}
.TagClassName
{
border-color: #6C8C5B;
}
</style>