#5A704E

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

Shades of Cactus #5A704E

Tints of Cactus #5A704E

Color information

#5A704E (or 0x5A704E) is unknown color: approx Cactus. HEX triplet: 5A, 70 and 4E. RGB value is (90,112,78). Sum of RGB (Red+Green+Blue) = 90+112+78=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #5A704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A704E is #A58FB1. Grayscale: #656565. Windows color (decimal): -10850226 or 5140570. OLE color: 5140570.

HSL color Cylindrical-coordinate representation of color #5A704E: hue angle of 98.82º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A704E is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB9011278-
CMYK0.2000.300.56
HSL98.82º17.89%37.25%-
HSV(B)98.82º30.36%43.92%-
XYZ11.3914.319.37-
YUV101.55114.71119.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.14%
GREEN value IS 112 (44.14% from 255) = 40%
BLUE value IS 78 (30.86% from 255) = 27.86%
R=32.14%
G=40%
B=27.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal90112780.2000.300.5698.8217.8937.25
Hex5A704E1401E38631225
Octal13216011624036701432245
Binary10110101110000100111010100011110111000110001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,112,78); }

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

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

 a { background-color: rgb(90,112,78); }

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

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

 span { border-color: rgb(90,112,78); }

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