#5A977F

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

Shades of Patina #5A977F

Tints of Patina #5A977F

Color information

#5A977F (or 0x5A977F) is unknown color: approx Patina. HEX triplet: 5A, 97 and 7F. RGB value is (90,151,127). Sum of RGB (Red+Green+Blue) = 90+151+127=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 151 - color contains mainly: green. Hex color #5A977F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A977F is #A56880. Grayscale: #828282. Windows color (decimal): -10840193 or 8361818. OLE color: 8361818.

HSL color Cylindrical-coordinate representation of color #5A977F: hue angle of 156.39º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A977F is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB90151127-
CMYK0.4000.160.41
HSL156.39º25.31%47.25%-
HSV(B)156.39º40.4%59.22%-
XYZ19.1125.8424.06-
YUV130.02126.2999.45-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.46%
GREEN value IS 151 (59.38% from 255) = 41.03%
BLUE value IS 127 (50% from 255) = 34.51%
R=24.46%
G=41.03%
B=34.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal901511270.4000.160.41156.3925.3147.25
Hex5A977F28010299c192f
Octal13222717750020512343157
Binary10110101001011111111111010000100001010011001110011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,151,127); }

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

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

 a { background-color: rgb(90,151,127); }

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

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

 span { border-color: rgb(90,151,127); }

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