#5FB060

Color #5FB060 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #5FB060

Tints of Fern #5FB060

Color information

#5FB060 (or 0x5FB060) is unknown color: approx Fern. HEX triplet: 5F, B0 and 60. RGB value is (95,176,96). Sum of RGB (Red+Green+Blue) = 95+176+96=367 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.89% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB060 is #A04F9F. Grayscale: #8E8E8E. Windows color (decimal): -10506144 or 6336607. OLE color: 6336607.

HSL color Cylindrical-coordinate representation of color #5FB060: hue angle of 120.74º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FB060 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB9517696-
CMYK0.4600.450.31
HSL120.74º33.89%53.14%-
HSV(B)120.74º46.02%69.02%-
XYZ22.3634.3316.51-
YUV142.66101.6694-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 25.89%
GREEN value IS 176 (69.14% from 255) = 47.96%
BLUE value IS 96 (37.89% from 255) = 26.16%
R=25.89%
G=47.96%
B=26.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95176960.4600.450.31120.7433.8953.14
Hex5FB0602E02D1F792235
Octal13726014056055371714265
Binary10111111011000011000001011100101101111111111001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FB060; }

 p { color: rgb(95,176,96); }

 H1.HeaderClassName
 {
   color: #5FB060;
 }
 .AnyTagClassName
 {
   color: #5FB060;
 }
</style>
background-color css

<style>
 a { background-color: #5FB060; }

 a { background-color: rgb(95,176,96); }

 div.DivClassName
 {
   background-color: #5FB060;
 }
 .BgClassName
 {
   background-color: #5FB060;
 }
</style>
border-color css

<style>
 span { border-color: #5FB060; }

 span { border-color: rgb(95,176,96); }

 td.TdClassName
 {
   border-color: #5FB060;
 }
 .TagClassName
 {
   border-color: #5FB060;
 }
</style>