#5FAB6F

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

Shades of Fern #5FAB6F

Tints of Fern #5FAB6F

Color information

#5FAB6F (or 0x5FAB6F) is unknown color: approx Fern. HEX triplet: 5F, AB and 6F. RGB value is (95,171,111). Sum of RGB (Red+Green+Blue) = 95+171+111=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 171 - color contains mainly: green. Hex color #5FAB6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAB6F is #A05490. Grayscale: #8D8D8D. Windows color (decimal): -10507409 or 7318367. OLE color: 7318367.

HSL color Cylindrical-coordinate representation of color #5FAB6F: hue angle of 132.63º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FAB6F is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB95171111-
CMYK0.4400.350.33
HSL132.63º31.15%52.16%-
HSV(B)132.63º44.44%67.06%-
XYZ22.1532.7120.18-
YUV141.44110.8294.88-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.20%
GREEN value IS 171 (67.19% from 255) = 45.36%
BLUE value IS 111 (43.75% from 255) = 29.44%
R=25.20%
G=45.36%
B=29.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951711110.4400.350.33132.6331.1552.16
Hex5FAB6F2C02321851f34
Octal13725315754043412053764
Binary101111110101011110111110110001000111000011000010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,171,111); }

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

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

 a { background-color: rgb(95,171,111); }

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

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

 span { border-color: rgb(95,171,111); }

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