#5A967A

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

Shades of Patina #5A967A

Tints of Patina #5A967A

Color information

#5A967A (or 0x5A967A) is unknown color: approx Patina. HEX triplet: 5A, 96 and 7A. RGB value is (90,150,122). Sum of RGB (Red+Green+Blue) = 90+150+122=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 150 - color contains mainly: green. Hex color #5A967A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A967A is #A56985. Grayscale: #808080. Windows color (decimal): -10840454 or 8033882. OLE color: 8033882.

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

Color convert

RGB90150122-
CMYK0.400.190.41
HSL152º25%47.06%-
HSV(B)152º40%58.82%-
XYZ18.6425.3922.33-
YUV128.87124.12100.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.86%
GREEN value IS 150 (58.98% from 255) = 41.44%
BLUE value IS 122 (48.05% from 255) = 33.70%
R=24.86%
G=41.44%
B=33.70%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal901501220.400.190.411522547.06
Hex5A967A280132998192f
Octal13222617250023512303157
Binary10110101001011011110101010000100111010011001100011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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