Shades of Fern #60A76B
Tints of Fern #60A76B
RGB
CMYK
RGB Variations
Color information
#60A76B (or 0x60A76B) is known color: Fern. HEX triplet: 60, A7 and 6B. RGB value is (96,167,107). Sum of RGB (Red+Green+Blue) = 96+167+107=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 167 - color contains mainly: green. Hex color #60A76B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A76B is #9F5894. Grayscale: #8B8B8B. Windows color (decimal): -10442901 or 7055200. OLE color: 7055200.
HSL color Cylindrical-coordinate representation of color #60A76B: hue angle of 129.3º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60A76B is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 167 | 107 | - |
| CMYK | 0.43 | 0 | 0.36 | 0.35 |
| HSL | 129.3º | 0.29% | 0.52% | - |
| HSV(B) | 129.3º | 0.43% | 0.65% | - |
| XYZ | 21.3 | 31.19 | 18.81 | - |
| YUV | 138.93 | 109.98 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 167 | 107 | 0.43 | 0 | 0.36 | 0.35 | 129.3 | 0.29 | 0.52 |
| Hex | 60 | A7 | 6B | 2B | 0 | 24 | 23 | 81 | 1D | 34 |
| Octal | 140 | 247 | 153 | 53 | 0 | 44 | 43 | 201 | 35 | 64 |
| Binary | 1100000 | 10100111 | 1101011 | 101011 | 0 | 100100 | 100011 | 10000001 | 11101 | 110100 |
Color Harmonies of #60A76B
Complementary color
Monochromatic Colors of #60A76B
Black with #60A76B
Text Example
Text Example
White with #60A76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A76B; }
p { color: rgb(96,167,107); }
H1.HeaderClassName
{
color: #60A76B;
}
.AnyTagClassName
{
color: #60A76B;
}
</style>
background-color css
<style>
a { background-color: #60A76B; }
a { background-color: rgb(96,167,107); }
div.DivClassName
{
background-color: #60A76B;
}
.BgClassName
{
background-color: #60A76B;
}
</style>
border-color css
<style>
span { border-color: #60A76B; }
span { border-color: rgb(96,167,107); }
td.TdClassName
{
border-color: #60A76B;
}
.TagClassName
{
border-color: #60A76B;
}
</style>