Shades of Glade Green #6C885A
Tints of Glade Green #6C885A
RGB
CMYK
RGB Variations
Color information
#6C885A (or 0x6C885A) is known color: Glade Green. HEX triplet: 6C, 88 and 5A. RGB value is (108,136,90). Sum of RGB (Red+Green+Blue) = 108+136+90=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #6C885A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C885A is #9377A5. Grayscale: #7A7A7A. Windows color (decimal): -9664422 or 5933164. OLE color: 5933164.
HSL color Cylindrical-coordinate representation of color #6C885A: hue angle of 96.52º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C885A is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 136 | 90 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.47 |
| HSL | 96.52º | 0.2% | 0.44% | - |
| HSV(B) | 96.52º | 0.34% | 0.53% | - |
| XYZ | 16.83 | 21.53 | 12.94 | - |
| YUV | 122.38 | 109.72 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 136 | 90 | 0.21 | 0 | 0.34 | 0.47 | 96.52 | 0.2 | 0.44 |
| Hex | 6C | 88 | 5A | 15 | 0 | 22 | 2F | 61 | 14 | 2C |
| Octal | 154 | 210 | 132 | 25 | 0 | 42 | 57 | 141 | 24 | 54 |
| Binary | 1101100 | 10001000 | 1011010 | 10101 | 0 | 100010 | 101111 | 1100001 | 10100 | 101100 |
Color Harmonies of #6C885A
Complementary color
Monochromatic Colors of #6C885A
Black with #6C885A
Text Example
Text Example
White with #6C885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C885A; }
p { color: rgb(108,136,90); }
H1.HeaderClassName
{
color: #6C885A;
}
.AnyTagClassName
{
color: #6C885A;
}
</style>
background-color css
<style>
a { background-color: #6C885A; }
a { background-color: rgb(108,136,90); }
div.DivClassName
{
background-color: #6C885A;
}
.BgClassName
{
background-color: #6C885A;
}
</style>
border-color css
<style>
span { border-color: #6C885A; }
span { border-color: rgb(108,136,90); }
td.TdClassName
{
border-color: #6C885A;
}
.TagClassName
{
border-color: #6C885A;
}
</style>