#5A9C7F

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

Shades of Patina #5A9C7F

Tints of Patina #5A9C7F

Color information

#5A9C7F (or 0x5A9C7F) is unknown color: approx Patina. HEX triplet: 5A, 9C and 7F. RGB value is (90,156,127). Sum of RGB (Red+Green+Blue) = 90+156+127=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 156 - color contains mainly: green. Hex color #5A9C7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9C7F is #A56380. Grayscale: #858585. Windows color (decimal): -10838913 or 8363098. OLE color: 8363098.

HSL color Cylindrical-coordinate representation of color #5A9C7F: hue angle of 153.64º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A9C7F is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB90156127-
CMYK0.4200.190.39
HSL153.64º26.83%48.24%-
HSV(B)153.64º42.31%61.18%-
XYZ19.9427.4824.33-
YUV132.96124.6397.36-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.13%
GREEN value IS 156 (61.33% from 255) = 41.82%
BLUE value IS 127 (50% from 255) = 34.05%
R=24.13%
G=41.82%
B=34.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal901561270.4200.190.39153.6426.8348.24
Hex5A9C7F2A013279a1b30
Octal13223417752023472323360
Binary10110101001110011111111010100100111001111001101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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