Shades of Glade Green #6B895A
Tints of Glade Green #6B895A
RGB
CMYK
RGB Variations
Color information
#6B895A (or 0x6B895A) is known color: Glade Green. HEX triplet: 6B, 89 and 5A. RGB value is (107,137,90). Sum of RGB (Red+Green+Blue) = 107+137+90=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 137 - color contains mainly: green. Hex color #6B895A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B895A is #9476A5. Grayscale: #7A7A7A. Windows color (decimal): -9729702 or 5933419. OLE color: 5933419.
HSL color Cylindrical-coordinate representation of color #6B895A: hue angle of 98.3º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B895A is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 137 | 90 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.46 |
| HSL | 98.3º | 0.21% | 0.45% | - |
| HSV(B) | 98.3º | 0.34% | 0.54% | - |
| XYZ | 16.85 | 21.76 | 12.98 | - |
| YUV | 122.67 | 109.56 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 137 | 90 | 0.22 | 0 | 0.34 | 0.46 | 98.3 | 0.21 | 0.45 |
| Hex | 6B | 89 | 5A | 16 | 0 | 22 | 2E | 62 | 15 | 2D |
| Octal | 153 | 211 | 132 | 26 | 0 | 42 | 56 | 142 | 25 | 55 |
| Binary | 1101011 | 10001001 | 1011010 | 10110 | 0 | 100010 | 101110 | 1100010 | 10101 | 101101 |
Color Harmonies of #6B895A
Complementary color
Monochromatic Colors of #6B895A
Black with #6B895A
Text Example
Text Example
White with #6B895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B895A; }
p { color: rgb(107,137,90); }
H1.HeaderClassName
{
color: #6B895A;
}
.AnyTagClassName
{
color: #6B895A;
}
</style>
background-color css
<style>
a { background-color: #6B895A; }
a { background-color: rgb(107,137,90); }
div.DivClassName
{
background-color: #6B895A;
}
.BgClassName
{
background-color: #6B895A;
}
</style>
border-color css
<style>
span { border-color: #6B895A; }
span { border-color: rgb(107,137,90); }
td.TdClassName
{
border-color: #6B895A;
}
.TagClassName
{
border-color: #6B895A;
}
</style>