Shades of Fern #60C765
Tints of Fern #60C765
RGB
CMYK
RGB Variations
Color information
#60C765 (or 0x60C765) is known color: Fern. HEX triplet: 60, C7 and 65. RGB value is (96,199,101). Sum of RGB (Red+Green+Blue) = 96+199+101=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 199 (78.12% from 255 or 50.25% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 199 - color contains mainly: green. Hex color #60C765 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C765 is #9F389A. Grayscale: #9D9D9D. Windows color (decimal): -10434715 or 6670176. OLE color: 6670176.
HSL color Cylindrical-coordinate representation of color #60C765: hue angle of 122.91º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C765 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 199 | 101 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.22 |
| HSL | 122.91º | 0.48% | 0.58% | - |
| HSV(B) | 122.91º | 0.52% | 0.78% | - |
| XYZ | 27.6 | 44.27 | 19.4 | - |
| YUV | 157.03 | 96.38 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 199 | 101 | 0.52 | 0 | 0.49 | 0.22 | 122.91 | 0.48 | 0.58 |
| Hex | 60 | C7 | 65 | 34 | 0 | 31 | 16 | 7B | 30 | 3A |
| Octal | 140 | 307 | 145 | 64 | 0 | 61 | 26 | 173 | 60 | 72 |
| Binary | 1100000 | 11000111 | 1100101 | 110100 | 0 | 110001 | 10110 | 1111011 | 110000 | 111010 |
Color Harmonies of #60C765
Complementary color
Monochromatic Colors of #60C765
Black with #60C765
Text Example
Text Example
White with #60C765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C765; }
p { color: rgb(96,199,101); }
H1.HeaderClassName
{
color: #60C765;
}
.AnyTagClassName
{
color: #60C765;
}
</style>
background-color css
<style>
a { background-color: #60C765; }
a { background-color: rgb(96,199,101); }
div.DivClassName
{
background-color: #60C765;
}
.BgClassName
{
background-color: #60C765;
}
</style>
border-color css
<style>
span { border-color: #60C765; }
span { border-color: rgb(96,199,101); }
td.TdClassName
{
border-color: #60C765;
}
.TagClassName
{
border-color: #60C765;
}
</style>