#5A7850

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

Shades of Cactus #5A7850

Tints of Cactus #5A7850

Color information

#5A7850 (or 0x5A7850) is unknown color: approx Cactus. HEX triplet: 5A, 78 and 50. RGB value is (90,120,80). Sum of RGB (Red+Green+Blue) = 90+120+80=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 120 - color contains mainly: green. Hex color #5A7850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7850 is #A587AF. Grayscale: #6A6A6A. Windows color (decimal): -10848176 or 5273690. OLE color: 5273690.

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

Color convert

RGB9012080-
CMYK0.2500.330.53
HSL105º20%39.22%-
HSV(B)105º33.33%47.06%-
XYZ12.3816.1910.06-
YUV106.47113.06116.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.03%
GREEN value IS 120 (47.27% from 255) = 41.38%
BLUE value IS 80 (31.64% from 255) = 27.59%
R=31.03%
G=41.38%
B=27.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90120800.2500.330.531052039.22
Hex5A78501902135691427
Octal13217012031041651512447
Binary101101011110001010000110010100001110101110100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,120,80); }

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

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

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

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

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

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

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