Shades of Glade Green #6B8B5A
Tints of Glade Green #6B8B5A
RGB
CMYK
RGB Variations
Color information
#6B8B5A (or 0x6B8B5A) is known color: Glade Green. HEX triplet: 6B, 8B and 5A. RGB value is (107,139,90). Sum of RGB (Red+Green+Blue) = 107+139+90=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 139 - color contains mainly: green. Hex color #6B8B5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8B5A is #9474A5. Grayscale: #7C7C7C. Windows color (decimal): -9729190 or 5933931. OLE color: 5933931.
HSL color Cylindrical-coordinate representation of color #6B8B5A: 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 #6B8B5A is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 139 | 90 | - |
| 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.14 | 22.33 | 13.08 | - |
| YUV | 123.85 | 108.9 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 139 | 90 | 0.23 | 0 | 0.35 | 0.45 | 99.18 | 0.21 | 0.45 |
| Hex | 6B | 8B | 5A | 17 | 0 | 23 | 2D | 63 | 15 | 2D |
| Octal | 153 | 213 | 132 | 27 | 0 | 43 | 55 | 143 | 25 | 55 |
| Binary | 1101011 | 10001011 | 1011010 | 10111 | 0 | 100011 | 101101 | 1100011 | 10101 | 101101 |
Color Harmonies of #6B8B5A
Complementary color
Monochromatic Colors of #6B8B5A
Black with #6B8B5A
Text Example
Text Example
White with #6B8B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8B5A; }
p { color: rgb(107,139,90); }
H1.HeaderClassName
{
color: #6B8B5A;
}
.AnyTagClassName
{
color: #6B8B5A;
}
</style>
background-color css
<style>
a { background-color: #6B8B5A; }
a { background-color: rgb(107,139,90); }
div.DivClassName
{
background-color: #6B8B5A;
}
.BgClassName
{
background-color: #6B8B5A;
}
</style>
border-color css
<style>
span { border-color: #6B8B5A; }
span { border-color: rgb(107,139,90); }
td.TdClassName
{
border-color: #6B8B5A;
}
.TagClassName
{
border-color: #6B8B5A;
}
</style>