#5F9C7C

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

Shades of Patina #5F9C7C

Tints of Patina #5F9C7C

Color information

#5F9C7C (or 0x5F9C7C) is unknown color: approx Patina. HEX triplet: 5F, 9C and 7C. RGB value is (95,156,124). Sum of RGB (Red+Green+Blue) = 95+156+124=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 156 - color contains mainly: green. Hex color #5F9C7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9C7C is #A06383. Grayscale: #868686. Windows color (decimal): -10511236 or 8166495. OLE color: 8166495.

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

Color convert

RGB95156124-
CMYK0.3900.210.39
HSL148.52º24.3%49.22%-
HSV(B)148.52º39.1%61.18%-
XYZ20.2527.6723.34-
YUV134.11122.29100.1-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.33%
GREEN value IS 156 (61.33% from 255) = 41.6%
BLUE value IS 124 (48.83% from 255) = 33.07%
R=25.33%
G=41.6%
B=33.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal951561240.3900.210.39148.5224.349.22
Hex5F9C7C2701527951831
Octal13723417447025472253061
Binary10111111001110011111001001110101011001111001010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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