#5FAC75

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

Shades of Fern #5FAC75

Tints of Fern #5FAC75

Color information

#5FAC75 (or 0x5FAC75) is unknown color: approx Fern. HEX triplet: 5F, AC and 75. RGB value is (95,172,117). Sum of RGB (Red+Green+Blue) = 95+172+117=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAC75 is #A0538A. Grayscale: #8E8E8E. Windows color (decimal): -10507147 or 7711839. OLE color: 7711839.

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

Color convert

RGB95172117-
CMYK0.4500.320.33
HSL137.14º31.69%52.35%-
HSV(B)137.14º44.77%67.45%-
XYZ22.6833.2222.05-
YUV142.71113.4993.97-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.74%
GREEN value IS 172 (67.58% from 255) = 44.79%
BLUE value IS 117 (46.09% from 255) = 30.47%
R=24.74%
G=44.79%
B=30.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951721170.4500.320.33137.1431.6952.35
Hex5FAC752D02021892034
Octal13725416555040412114064
Binary1011111101011001110101101101010000010000110001001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,172,117); }

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

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

 a { background-color: rgb(95,172,117); }

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

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

 span { border-color: rgb(95,172,117); }

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