Shades of Fern #60B168
Tints of Fern #60B168
RGB
CMYK
RGB Variations
Color information
#60B168 (or 0x60B168) is known color: Fern. HEX triplet: 60, B1 and 68. RGB value is (96,177,104). Sum of RGB (Red+Green+Blue) = 96+177+104=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 177 - color contains mainly: green. Hex color #60B168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B168 is #9F4E97. Grayscale: #909090. Windows color (decimal): -10440344 or 6861152. OLE color: 6861152.
HSL color Cylindrical-coordinate representation of color #60B168: hue angle of 125.93º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B168 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 177 | 104 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.31 |
| HSL | 125.93º | 0.34% | 0.54% | - |
| HSV(B) | 125.93º | 0.46% | 0.69% | - |
| XYZ | 23.04 | 34.93 | 18.62 | - |
| YUV | 144.46 | 105.16 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 177 | 104 | 0.46 | 0 | 0.41 | 0.31 | 125.93 | 0.34 | 0.54 |
| Hex | 60 | B1 | 68 | 2E | 0 | 29 | 1F | 7E | 22 | 36 |
| Octal | 140 | 261 | 150 | 56 | 0 | 51 | 37 | 176 | 42 | 66 |
| Binary | 1100000 | 10110001 | 1101000 | 101110 | 0 | 101001 | 11111 | 1111110 | 100010 | 110110 |
Color Harmonies of #60B168
Complementary color
Monochromatic Colors of #60B168
Black with #60B168
Text Example
Text Example
White with #60B168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B168; }
p { color: rgb(96,177,104); }
H1.HeaderClassName
{
color: #60B168;
}
.AnyTagClassName
{
color: #60B168;
}
</style>
background-color css
<style>
a { background-color: #60B168; }
a { background-color: rgb(96,177,104); }
div.DivClassName
{
background-color: #60B168;
}
.BgClassName
{
background-color: #60B168;
}
</style>
border-color css
<style>
span { border-color: #60B168; }
span { border-color: rgb(96,177,104); }
td.TdClassName
{
border-color: #60B168;
}
.TagClassName
{
border-color: #60B168;
}
</style>