#5FB076

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

Shades of Fern #5FB076

Tints of Fern #5FB076

Color information

#5FB076 (or 0x5FB076) is unknown color: approx Fern. HEX triplet: 5F, B0 and 76. RGB value is (95,176,118). Sum of RGB (Red+Green+Blue) = 95+176+118=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB076 is #A04F89. Grayscale: #919191. Windows color (decimal): -10506122 or 7778399. OLE color: 7778399.

HSL color Cylindrical-coordinate representation of color #5FB076: hue angle of 137.04º 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 #5FB076 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB95176118-
CMYK0.4600.330.31
HSL137.04º33.89%53.14%-
HSV(B)137.04º46.02%69.02%-
XYZ23.5134.7922.62-
YUV145.17112.6692.22-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.42%
GREEN value IS 176 (69.14% from 255) = 45.24%
BLUE value IS 118 (46.48% from 255) = 30.33%
R=24.42%
G=45.24%
B=30.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951761180.4600.330.31137.0433.8953.14
Hex5FB0762E0211F892235
Octal13726016656041372114265
Binary101111110110000111011010111001000011111110001001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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