#5A9079

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

Shades of Patina #5A9079

Tints of Patina #5A9079

Color information

#5A9079 (or 0x5A9079) is unknown color: approx Patina. HEX triplet: 5A, 90 and 79. RGB value is (90,144,121). Sum of RGB (Red+Green+Blue) = 90+144+121=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 144 - color contains mainly: green. Hex color #5A9079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9079 is #A56F86. Grayscale: #7D7D7D. Windows color (decimal): -10841991 or 7966810. OLE color: 7966810.

HSL color Cylindrical-coordinate representation of color #5A9079: hue angle of 154.44º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A9079 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB90144121-
CMYK0.3700.160.44
HSL154.44º23.08%45.88%-
HSV(B)154.44º37.5%56.47%-
XYZ17.6423.521.7-
YUV125.23125.61102.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.35%
GREEN value IS 144 (56.64% from 255) = 40.56%
BLUE value IS 121 (47.66% from 255) = 34.08%
R=25.35%
G=40.56%
B=34.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal901441210.3700.160.44154.4423.0845.88
Hex5A9079250102C9a172e
Octal13222017145020542322756
Binary10110101001000011110011001010100001011001001101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,144,121); }

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

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

 a { background-color: rgb(90,144,121); }

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

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

 span { border-color: rgb(90,144,121); }

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