Shades of Fern #5CA76B
Tints of Fern #5CA76B
RGB
CMYK
RGB Variations
Color information
#5CA76B (or 0x5CA76B) is known color: Fern. HEX triplet: 5C, A7 and 6B. RGB value is (92,167,107). Sum of RGB (Red+Green+Blue) = 92+167+107=366 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.14% from 366); Green value is 167 (65.62% from 255 or 45.63% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 167 - color contains mainly: green. Hex color #5CA76B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA76B is #A35894. Grayscale: #898989. Windows color (decimal): -10705045 or 7055196. OLE color: 7055196.
HSL color Cylindrical-coordinate representation of color #5CA76B: hue angle of 132º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5CA76B is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 167 | 107 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.35 |
| HSL | 132º | 0.3% | 0.51% | - |
| HSV(B) | 132º | 0.45% | 0.65% | - |
| XYZ | 20.89 | 30.97 | 18.79 | - |
| YUV | 137.74 | 110.65 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 167 | 107 | 0.45 | 0 | 0.36 | 0.35 | 132 | 0.3 | 0.51 |
| Hex | 5C | A7 | 6B | 2D | 0 | 24 | 23 | 84 | 1E | 33 |
| Octal | 134 | 247 | 153 | 55 | 0 | 44 | 43 | 204 | 36 | 63 |
| Binary | 1011100 | 10100111 | 1101011 | 101101 | 0 | 100100 | 100011 | 10000100 | 11110 | 110011 |
Color Harmonies of #5CA76B
Complementary color
Monochromatic Colors of #5CA76B
Black with #5CA76B
Text Example
Text Example
White with #5CA76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA76B; }
p { color: rgb(92,167,107); }
H1.HeaderClassName
{
color: #5CA76B;
}
.AnyTagClassName
{
color: #5CA76B;
}
</style>
background-color css
<style>
a { background-color: #5CA76B; }
a { background-color: rgb(92,167,107); }
div.DivClassName
{
background-color: #5CA76B;
}
.BgClassName
{
background-color: #5CA76B;
}
</style>
border-color css
<style>
span { border-color: #5CA76B; }
span { border-color: rgb(92,167,107); }
td.TdClassName
{
border-color: #5CA76B;
}
.TagClassName
{
border-color: #5CA76B;
}
</style>