Shades of Glade Green #6B9255
Tints of Glade Green #6B9255
RGB
CMYK
RGB Variations
Color information
#6B9255 (or 0x6B9255) is known color: Glade Green. HEX triplet: 6B, 92 and 55. RGB value is (107,146,85). Sum of RGB (Red+Green+Blue) = 107+146+85=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #6B9255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9255 is #946DAA. Grayscale: #7F7F7F. Windows color (decimal): -9727403 or 5608043. OLE color: 5608043.
HSL color Cylindrical-coordinate representation of color #6B9255: hue angle of 98.36º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B9255 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 146 | 85 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.43 |
| HSL | 98.36º | 0.26% | 0.45% | - |
| HSV(B) | 98.36º | 0.42% | 0.57% | - |
| XYZ | 17.98 | 24.34 | 12.34 | - |
| YUV | 127.39 | 104.08 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 146 | 85 | 0.27 | 0 | 0.42 | 0.43 | 98.36 | 0.26 | 0.45 |
| Hex | 6B | 92 | 55 | 1B | 0 | 2A | 2B | 62 | 1A | 2D |
| Octal | 153 | 222 | 125 | 33 | 0 | 52 | 53 | 142 | 32 | 55 |
| Binary | 1101011 | 10010010 | 1010101 | 11011 | 0 | 101010 | 101011 | 1100010 | 11010 | 101101 |
Color Harmonies of #6B9255
Complementary color
Monochromatic Colors of #6B9255
Black with #6B9255
Text Example
Text Example
White with #6B9255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9255; }
p { color: rgb(107,146,85); }
H1.HeaderClassName
{
color: #6B9255;
}
.AnyTagClassName
{
color: #6B9255;
}
</style>
background-color css
<style>
a { background-color: #6B9255; }
a { background-color: rgb(107,146,85); }
div.DivClassName
{
background-color: #6B9255;
}
.BgClassName
{
background-color: #6B9255;
}
</style>
border-color css
<style>
span { border-color: #6B9255; }
span { border-color: rgb(107,146,85); }
td.TdClassName
{
border-color: #6B9255;
}
.TagClassName
{
border-color: #6B9255;
}
</style>