#5A704F

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

Shades of Cactus #5A704F

Tints of Cactus #5A704F

Color information

#5A704F (or 0x5A704F) is unknown color: approx Cactus. HEX triplet: 5A, 70 and 4F. RGB value is (90,112,79). Sum of RGB (Red+Green+Blue) = 90+112+79=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #5A704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A704F is #A58FB0. Grayscale: #656565. Windows color (decimal): -10850225 or 5206106. OLE color: 5206106.

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

Color convert

RGB9011279-
CMYK0.2000.290.56
HSL100º17.28%37.45%-
HSV(B)100º29.46%43.92%-
XYZ11.4214.339.56-
YUV101.66115.21119.68-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.03%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 79 (31.25% from 255) = 28.11%
R=32.03%
G=39.86%
B=28.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal90112790.2000.290.5610017.2837.45
Hex5A704F1401D38641125
Octal13216011724035701442145
Binary10110101110000100111110100011101111000110010010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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