Shades of Fern #60AF67
Tints of Fern #60AF67
RGB
CMYK
RGB Variations
Color information
#60AF67 (or 0x60AF67) is known color: Fern. HEX triplet: 60, AF and 67. RGB value is (96,175,103). Sum of RGB (Red+Green+Blue) = 96+175+103=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AF67 is #9F5098. Grayscale: #8F8F8F. Windows color (decimal): -10440857 or 6795104. OLE color: 6795104.
HSL color Cylindrical-coordinate representation of color #60AF67: hue angle of 125.32º 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 #60AF67 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 175 | 103 | - |
| CMYK | 0.45 | 0 | 0.41 | 0.31 |
| HSL | 125.32º | 0.33% | 0.53% | - |
| HSV(B) | 125.32º | 0.45% | 0.69% | - |
| XYZ | 22.6 | 34.13 | 18.23 | - |
| YUV | 143.17 | 105.33 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 175 | 103 | 0.45 | 0 | 0.41 | 0.31 | 125.32 | 0.33 | 0.53 |
| Hex | 60 | AF | 67 | 2D | 0 | 29 | 1F | 7D | 21 | 35 |
| Octal | 140 | 257 | 147 | 55 | 0 | 51 | 37 | 175 | 41 | 65 |
| Binary | 1100000 | 10101111 | 1100111 | 101101 | 0 | 101001 | 11111 | 1111101 | 100001 | 110101 |
Color Harmonies of #60AF67
Complementary color
Monochromatic Colors of #60AF67
Black with #60AF67
Text Example
Text Example
White with #60AF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AF67; }
p { color: rgb(96,175,103); }
H1.HeaderClassName
{
color: #60AF67;
}
.AnyTagClassName
{
color: #60AF67;
}
</style>
background-color css
<style>
a { background-color: #60AF67; }
a { background-color: rgb(96,175,103); }
div.DivClassName
{
background-color: #60AF67;
}
.BgClassName
{
background-color: #60AF67;
}
</style>
border-color css
<style>
span { border-color: #60AF67; }
span { border-color: rgb(96,175,103); }
td.TdClassName
{
border-color: #60AF67;
}
.TagClassName
{
border-color: #60AF67;
}
</style>