Shades of Glade Green #5F8555
Tints of Glade Green #5F8555
RGB
CMYK
RGB Variations
Color information
#5F8555 (or 0x5F8555) is known color: Glade Green. HEX triplet: 5F, 85 and 55. RGB value is (95,133,85). Sum of RGB (Red+Green+Blue) = 95+133+85=313 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.35% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 133 - color contains mainly: green. Hex color #5F8555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8555 is #A07AAA. Grayscale: #747474. Windows color (decimal): -10517163 or 5604703. OLE color: 5604703.
HSL color Cylindrical-coordinate representation of color #5F8555: hue angle of 107.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F8555 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 133 | 85 | - |
| CMYK | 0.29 | 0 | 0.36 | 0.48 |
| HSL | 107.5º | 0.22% | 0.43% | - |
| HSV(B) | 107.5º | 0.36% | 0.52% | - |
| XYZ | 14.75 | 19.86 | 11.65 | - |
| YUV | 116.17 | 110.41 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 133 | 85 | 0.29 | 0 | 0.36 | 0.48 | 107.5 | 0.22 | 0.43 |
| Hex | 5F | 85 | 55 | 1D | 0 | 24 | 30 | 6C | 16 | 2B |
| Octal | 137 | 205 | 125 | 35 | 0 | 44 | 60 | 154 | 26 | 53 |
| Binary | 1011111 | 10000101 | 1010101 | 11101 | 0 | 100100 | 110000 | 1101100 | 10110 | 101011 |
Color Harmonies of #5F8555
Complementary color
Monochromatic Colors of #5F8555
Black with #5F8555
Text Example
Text Example
White with #5F8555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8555; }
p { color: rgb(95,133,85); }
H1.HeaderClassName
{
color: #5F8555;
}
.AnyTagClassName
{
color: #5F8555;
}
</style>
background-color css
<style>
a { background-color: #5F8555; }
a { background-color: rgb(95,133,85); }
div.DivClassName
{
background-color: #5F8555;
}
.BgClassName
{
background-color: #5F8555;
}
</style>
border-color css
<style>
span { border-color: #5F8555; }
span { border-color: rgb(95,133,85); }
td.TdClassName
{
border-color: #5F8555;
}
.TagClassName
{
border-color: #5F8555;
}
</style>