Shades of Glade Green #5C754E
Tints of Glade Green #5C754E
RGB
CMYK
RGB Variations
Color information
#5C754E (or 0x5C754E) is known color: Glade Green. HEX triplet: 5C, 75 and 4E. RGB value is (92,117,78). Sum of RGB (Red+Green+Blue) = 92+117+78=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 117 - color contains mainly: green. Hex color #5C754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C754E is #A38AB1. Grayscale: #696969. Windows color (decimal): -10717874 or 5141852. OLE color: 5141852.
HSL color Cylindrical-coordinate representation of color #5C754E: hue angle of 98.46º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5C754E is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 117 | 78 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.54 |
| HSL | 98.46º | 0.2% | 0.38% | - |
| HSV(B) | 98.46º | 0.33% | 0.46% | - |
| XYZ | 12.15 | 15.55 | 9.57 | - |
| YUV | 105.08 | 112.72 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 117 | 78 | 0.21 | 0 | 0.33 | 0.54 | 98.46 | 0.2 | 0.38 |
| Hex | 5C | 75 | 4E | 15 | 0 | 21 | 36 | 62 | 14 | 26 |
| Octal | 134 | 165 | 116 | 25 | 0 | 41 | 66 | 142 | 24 | 46 |
| Binary | 1011100 | 1110101 | 1001110 | 10101 | 0 | 100001 | 110110 | 1100010 | 10100 | 100110 |
Color Harmonies of #5C754E
Complementary color
Monochromatic Colors of #5C754E
Black with #5C754E
Text Example
Text Example
White with #5C754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C754E; }
p { color: rgb(92,117,78); }
H1.HeaderClassName
{
color: #5C754E;
}
.AnyTagClassName
{
color: #5C754E;
}
</style>
background-color css
<style>
a { background-color: #5C754E; }
a { background-color: rgb(92,117,78); }
div.DivClassName
{
background-color: #5C754E;
}
.BgClassName
{
background-color: #5C754E;
}
</style>
border-color css
<style>
span { border-color: #5C754E; }
span { border-color: rgb(92,117,78); }
td.TdClassName
{
border-color: #5C754E;
}
.TagClassName
{
border-color: #5C754E;
}
</style>