#5A7656

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

Shades of Cactus #5A7656

Tints of Cactus #5A7656

Color information

#5A7656 (or 0x5A7656) is unknown color: approx Cactus. HEX triplet: 5A, 76 and 56. RGB value is (90,118,86). Sum of RGB (Red+Green+Blue) = 90+118+86=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 118 - color contains mainly: green. Hex color #5A7656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7656 is #A589A9. Grayscale: #6A6A6A. Windows color (decimal): -10848682 or 5666394. OLE color: 5666394.

HSL color Cylindrical-coordinate representation of color #5A7656: hue angle of 112.5º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A7656 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB9011886-
CMYK0.2400.270.54
HSL112.5º15.69%40%-
HSV(B)112.5º27.12%46.27%-
XYZ12.3715.811.2-
YUV105.98116.72116.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.61%
GREEN value IS 118 (46.48% from 255) = 40.14%
BLUE value IS 86 (33.98% from 255) = 29.25%
R=30.61%
G=40.14%
B=29.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal90118860.2400.270.54112.515.6940
Hex5A76561801B36701028
Octal13216612630033661602050
Binary10110101110110101011011000011011110110111000010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,118,86); }

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

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

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

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

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

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

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