Shades of Fern #60AF6B
Tints of Fern #60AF6B
RGB
CMYK
RGB Variations
Color information
#60AF6B (or 0x60AF6B) is known color: Fern. HEX triplet: 60, AF and 6B. RGB value is (96,175,107). Sum of RGB (Red+Green+Blue) = 96+175+107=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AF6B is #9F5094. Grayscale: #8F8F8F. Windows color (decimal): -10440853 or 7057248. OLE color: 7057248.
HSL color Cylindrical-coordinate representation of color #60AF6B: hue angle of 128.35º 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 #60AF6B is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 175 | 107 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.31 |
| HSL | 128.35º | 0.33% | 0.53% | - |
| HSV(B) | 128.35º | 0.45% | 0.69% | - |
| XYZ | 22.81 | 34.21 | 19.31 | - |
| YUV | 143.63 | 107.33 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 175 | 107 | 0.45 | 0 | 0.39 | 0.31 | 128.35 | 0.33 | 0.53 |
| Hex | 60 | AF | 6B | 2D | 0 | 27 | 1F | 80 | 21 | 35 |
| Octal | 140 | 257 | 153 | 55 | 0 | 47 | 37 | 200 | 41 | 65 |
| Binary | 1100000 | 10101111 | 1101011 | 101101 | 0 | 100111 | 11111 | 10000000 | 100001 | 110101 |
Color Harmonies of #60AF6B
Complementary color
Monochromatic Colors of #60AF6B
Black with #60AF6B
Text Example
Text Example
White with #60AF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AF6B; }
p { color: rgb(96,175,107); }
H1.HeaderClassName
{
color: #60AF6B;
}
.AnyTagClassName
{
color: #60AF6B;
}
</style>
background-color css
<style>
a { background-color: #60AF6B; }
a { background-color: rgb(96,175,107); }
div.DivClassName
{
background-color: #60AF6B;
}
.BgClassName
{
background-color: #60AF6B;
}
</style>
border-color css
<style>
span { border-color: #60AF6B; }
span { border-color: rgb(96,175,107); }
td.TdClassName
{
border-color: #60AF6B;
}
.TagClassName
{
border-color: #60AF6B;
}
</style>