#5F957F

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

Shades of Patina #5F957F

Tints of Patina #5F957F

Color information

#5F957F (or 0x5F957F) is unknown color: approx Patina. HEX triplet: 5F, 95 and 7F. RGB value is (95,149,127). Sum of RGB (Red+Green+Blue) = 95+149+127=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #5F957F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F957F is #A06A80. Grayscale: #828282. Windows color (decimal): -10513025 or 8361311. OLE color: 8361311.

HSL color Cylindrical-coordinate representation of color #5F957F: hue angle of 155.56º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F957F is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB95149127-
CMYK0.3600.150.42
HSL155.56º22.13%47.84%-
HSV(B)155.56º36.24%58.43%-
XYZ19.325.4623.98-
YUV130.35126.11102.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.61%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 127 (50% from 255) = 34.23%
R=25.61%
G=40.16%
B=34.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal951491270.3600.150.42155.5622.1347.84
Hex5F957F240F2A9c1630
Octal13722517744017522342660
Binary1011111100101011111111100100011111010101001110010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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