#5E977E

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

Shades of Patina #5E977E

Tints of Patina #5E977E

Color information

#5E977E (or 0x5E977E) is unknown color: approx Patina. HEX triplet: 5E, 97 and 7E. RGB value is (94,151,126). Sum of RGB (Red+Green+Blue) = 94+151+126=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 151 - color contains mainly: green. Hex color #5E977E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E977E is #A16881. Grayscale: #838383. Windows color (decimal): -10578050 or 8296286. OLE color: 8296286.

HSL color Cylindrical-coordinate representation of color #5E977E: hue angle of 153.68º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E977E is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB94151126-
CMYK0.3800.170.41
HSL153.68º23.27%48.04%-
HSV(B)153.68º37.75%59.22%-
XYZ19.4526.0223.74-
YUV131.11125.12101.53-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.34%
GREEN value IS 151 (59.38% from 255) = 40.70%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=25.34%
G=40.70%
B=33.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal941511260.3800.170.41153.6823.2748.04
Hex5E977E26011299a1730
Octal13622717646021512322760
Binary10111101001011111111101001100100011010011001101010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,151,126); }

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

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

 a { background-color: rgb(94,151,126); }

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

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

 span { border-color: rgb(94,151,126); }

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