#5A7751

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

Shades of Cactus #5A7751

Tints of Cactus #5A7751

Color information

#5A7751 (or 0x5A7751) is unknown color: approx Cactus. HEX triplet: 5A, 77 and 51. RGB value is (90,119,81). Sum of RGB (Red+Green+Blue) = 90+119+81=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 119 - color contains mainly: green. Hex color #5A7751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7751 is #A588AE. Grayscale: #6A6A6A. Windows color (decimal): -10848431 or 5338970. OLE color: 5338970.

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

Color convert

RGB9011981-
CMYK0.2400.320.53
HSL105.79º19%39.22%-
HSV(B)105.79º31.93%46.67%-
XYZ12.315.9610.22-
YUV106113.89116.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.03%
GREEN value IS 119 (46.88% from 255) = 41.03%
BLUE value IS 81 (32.03% from 255) = 27.93%
R=31.03%
G=41.03%
B=27.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90119810.2400.320.53105.791939.22
Hex5A775118020356a1327
Octal13216712130040651522347
Binary101101011101111010001110000100000110101110101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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