#5A967F

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

Shades of Patina #5A967F

Tints of Patina #5A967F

Color information

#5A967F (or 0x5A967F) is unknown color: approx Patina. HEX triplet: 5A, 96 and 7F. RGB value is (90,150,127). Sum of RGB (Red+Green+Blue) = 90+150+127=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 150 - color contains mainly: green. Hex color #5A967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A967F is #A56980. Grayscale: #818181. Windows color (decimal): -10840449 or 8361562. OLE color: 8361562.

HSL color Cylindrical-coordinate representation of color #5A967F: hue angle of 157º 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 #5A967F is Cyan = 0.4, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB90150127-
CMYK0.400.150.41
HSL157º25%47.06%-
HSV(B)157º40%58.82%-
XYZ18.9525.5224.01-
YUV129.44126.6299.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.52%
GREEN value IS 150 (58.98% from 255) = 40.87%
BLUE value IS 127 (50% from 255) = 34.60%
R=24.52%
G=40.87%
B=34.60%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal901501270.400.150.411572547.06
Hex5A967F280F299d192f
Octal13222617750017512353157
Binary1011010100101101111111101000011111010011001110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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