#5FA17F

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

Shades of Patina #5FA17F

Tints of Patina #5FA17F

Color information

#5FA17F (or 0x5FA17F) is unknown color: approx Patina. HEX triplet: 5F, A1 and 7F. RGB value is (95,161,127). Sum of RGB (Red+Green+Blue) = 95+161+127=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 161 - color contains mainly: green. Hex color #5FA17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA17F is #A05E80. Grayscale: #898989. Windows color (decimal): -10509953 or 8364383. OLE color: 8364383.

HSL color Cylindrical-coordinate representation of color #5FA17F: hue angle of 149.09º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA17F is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB95161127-
CMYK0.4100.210.37
HSL149.09º25.98%50.2%-
HSV(B)149.09º40.99%63.14%-
XYZ21.2929.4524.64-
YUV137.39122.1397.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.80%
GREEN value IS 161 (63.28% from 255) = 42.04%
BLUE value IS 127 (50% from 255) = 33.16%
R=24.80%
G=42.04%
B=33.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal951611270.4100.210.37149.0925.9850.2
Hex5FA17F2901525951a32
Octal13724117751025452253262
Binary10111111010000111111111010010101011001011001010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,161,127); }

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

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

 a { background-color: rgb(95,161,127); }

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

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

 span { border-color: rgb(95,161,127); }

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