Shades of Fern #60AF65
Tints of Fern #60AF65
RGB
CMYK
RGB Variations
Color information
#60AF65 (or 0x60AF65) is known color: Fern. HEX triplet: 60, AF and 65. RGB value is (96,175,101). Sum of RGB (Red+Green+Blue) = 96+175+101=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AF65 is #9F509A. Grayscale: #8F8F8F. Windows color (decimal): -10440859 or 6664032. OLE color: 6664032.
HSL color Cylindrical-coordinate representation of color #60AF65: hue angle of 123.8º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AF65 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 175 | 101 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.31 |
| HSL | 123.8º | 0.33% | 0.53% | - |
| HSV(B) | 123.8º | 0.45% | 0.69% | - |
| XYZ | 22.5 | 34.09 | 17.71 | - |
| YUV | 142.94 | 104.33 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 175 | 101 | 0.45 | 0 | 0.42 | 0.31 | 123.8 | 0.33 | 0.53 |
| Hex | 60 | AF | 65 | 2D | 0 | 2A | 1F | 7C | 21 | 35 |
| Octal | 140 | 257 | 145 | 55 | 0 | 52 | 37 | 174 | 41 | 65 |
| Binary | 1100000 | 10101111 | 1100101 | 101101 | 0 | 101010 | 11111 | 1111100 | 100001 | 110101 |
Color Harmonies of #60AF65
Complementary color
Monochromatic Colors of #60AF65
Black with #60AF65
Text Example
Text Example
White with #60AF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AF65; }
p { color: rgb(96,175,101); }
H1.HeaderClassName
{
color: #60AF65;
}
.AnyTagClassName
{
color: #60AF65;
}
</style>
background-color css
<style>
a { background-color: #60AF65; }
a { background-color: rgb(96,175,101); }
div.DivClassName
{
background-color: #60AF65;
}
.BgClassName
{
background-color: #60AF65;
}
</style>
border-color css
<style>
span { border-color: #60AF65; }
span { border-color: rgb(96,175,101); }
td.TdClassName
{
border-color: #60AF65;
}
.TagClassName
{
border-color: #60AF65;
}
</style>