#57978A

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

Shades of Patina #57978A

Tints of Patina #57978A

Color information

#57978A (or 0x57978A) is unknown color: approx Patina. HEX triplet: 57, 97 and 8A. RGB value is (87,151,138). Sum of RGB (Red+Green+Blue) = 87+151+138=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 151 - color contains mainly: green. Hex color #57978A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57978A is #A86875. Grayscale: #828282. Windows color (decimal): -11036790 or 9082711. OLE color: 9082711.

HSL color Cylindrical-coordinate representation of color #57978A: hue angle of 167.81º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #57978A is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB87151138-
CMYK0.4200.090.41
HSL167.81º26.89%46.67%-
HSV(B)167.81º42.38%59.22%-
XYZ19.5825.9928.03-
YUV130.38132.397.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.14%
GREEN value IS 151 (59.38% from 255) = 40.16%
BLUE value IS 138 (54.30% from 255) = 36.70%
R=23.14%
G=40.16%
B=36.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871511380.4200.090.41167.8126.8946.67
Hex57978A2A0929a81b2f
Octal12722721252011512503357
Binary10101111001011110001010101010010011010011010100011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57978A; }

 p { color: rgb(87,151,138); }

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

<style>
 a { background-color: #57978A; }

 a { background-color: rgb(87,151,138); }

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

<style>
 span { border-color: #57978A; }

 span { border-color: rgb(87,151,138); }

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