#5A725A

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

Shades of Cactus #5A725A

Tints of Cactus #5A725A

Color information

#5A725A (or 0x5A725A) is unknown color: approx Cactus. HEX triplet: 5A, 72 and 5A. RGB value is (90,114,90). Sum of RGB (Red+Green+Blue) = 90+114+90=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 114 - color contains mainly: green. Hex color #5A725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A725A is #A58DA5. Grayscale: #686868. Windows color (decimal): -10849702 or 5927514. OLE color: 5927514.

HSL color Cylindrical-coordinate representation of color #5A725A: hue angle of 120º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A725A is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB9011490-
CMYK0.2100.210.55
HSL120º11.76%40%-
HSV(B)120º21.05%44.71%-
XYZ12.0814.9511.92-
YUV104.09120.05117.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.61%
GREEN value IS 114 (44.92% from 255) = 38.78%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=30.61%
G=38.78%
B=30.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90114900.2100.210.5512011.7640
Hex5A725A150153778c28
Octal13216213225025671701450
Binary1011010111001010110101010101010111011111110001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,114,90); }

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

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

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

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

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

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

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