#5A7757

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

Shades of Cactus #5A7757

Tints of Cactus #5A7757

Color information

#5A7757 (or 0x5A7757) is unknown color: approx Cactus. HEX triplet: 5A, 77 and 57. RGB value is (90,119,87). Sum of RGB (Red+Green+Blue) = 90+119+87=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #5A7757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7757 is #A588A8. Grayscale: #6A6A6A. Windows color (decimal): -10848425 or 5732186. OLE color: 5732186.

HSL color Cylindrical-coordinate representation of color #5A7757: hue angle of 114.37º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A7757 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB9011987-
CMYK0.2400.270.53
HSL114.37º15.53%40.39%-
HSV(B)114.37º26.89%46.67%-
XYZ12.5316.0611.46-
YUV106.68116.89116.1-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.41%
GREEN value IS 119 (46.88% from 255) = 40.20%
BLUE value IS 87 (34.38% from 255) = 29.39%
R=30.41%
G=40.20%
B=29.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90119870.2400.270.53114.3715.5340.39
Hex5A77571801B35721028
Octal13216712730033651622050
Binary10110101110111101011111000011011110101111001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,119,87); }

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

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

 a { background-color: rgb(90,119,87); }

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

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

 span { border-color: rgb(90,119,87); }

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