#5A714C

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

Shades of Cactus #5A714C

Tints of Cactus #5A714C

Color information

#5A714C (or 0x5A714C) is unknown color: approx Cactus. HEX triplet: 5A, 71 and 4C. RGB value is (90,113,76). Sum of RGB (Red+Green+Blue) = 90+113+76=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #5A714C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A714C is #A58EB3. Grayscale: #666666. Windows color (decimal): -10849972 or 5009754. OLE color: 5009754.

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

Color convert

RGB9011376-
CMYK0.2000.330.56
HSL97.3º19.58%37.06%-
HSV(B)97.3º32.74%44.31%-
XYZ11.4314.519.04-
YUV101.9113.38119.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.26%
GREEN value IS 113 (44.53% from 255) = 40.50%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=32.26%
G=40.50%
B=27.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal90113760.2000.330.5697.319.5837.06
Hex5A714C1402138611425
Octal13216111424041701412445
Binary101101011100011001100101000100001111000110000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,113,76); }

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

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

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

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

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

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

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