#5F9D7C

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

Shades of Patina #5F9D7C

Tints of Patina #5F9D7C

Color information

#5F9D7C (or 0x5F9D7C) is unknown color: approx Patina. HEX triplet: 5F, 9D and 7C. RGB value is (95,157,124). Sum of RGB (Red+Green+Blue) = 95+157+124=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 157 - color contains mainly: green. Hex color #5F9D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9D7C is #A06283. Grayscale: #868686. Windows color (decimal): -10510980 or 8166751. OLE color: 8166751.

HSL color Cylindrical-coordinate representation of color #5F9D7C: hue angle of 148.06º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F9D7C is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB95157124-
CMYK0.3900.210.38
HSL148.06º24.6%49.41%-
HSV(B)148.06º39.49%61.57%-
XYZ20.412823.4-
YUV134.7121.9699.68-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.27%
GREEN value IS 157 (61.72% from 255) = 41.76%
BLUE value IS 124 (48.83% from 255) = 32.98%
R=25.27%
G=41.76%
B=32.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal951571240.3900.210.38148.0624.649.41
Hex5F9D7C2701526941931
Octal13723517447025462243161
Binary10111111001110111111001001110101011001101001010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,157,124); }

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

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

 a { background-color: rgb(95,157,124); }

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

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

 span { border-color: rgb(95,157,124); }

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