#56764D

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

Shades of Cactus #56764D

Tints of Cactus #56764D

Color information

#56764D (or 0x56764D) is unknown color: approx Cactus. HEX triplet: 56, 76 and 4D. RGB value is (86,118,77). Sum of RGB (Red+Green+Blue) = 86+118+77=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #56764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56764D is #A989B2. Grayscale: #676767. Windows color (decimal): -11110835 or 5076566. OLE color: 5076566.

HSL color Cylindrical-coordinate representation of color #56764D: hue angle of 106.83º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #56764D is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB8611877-
CMYK0.2700.350.54
HSL106.83º21.03%38.24%-
HSV(B)106.83º34.75%46.27%-
XYZ11.6615.479.39-
YUV103.76112.9115.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.60%
GREEN value IS 118 (46.48% from 255) = 41.99%
BLUE value IS 77 (30.47% from 255) = 27.40%
R=30.60%
G=41.99%
B=27.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86118770.2700.350.54106.8321.0338.24
Hex56764D1B023366b1526
Octal12616611533043661532546
Binary101011011101101001101110110100011110110110101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56764D; }

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

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

<style>
 a { background-color: #56764D; }

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

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

<style>
 span { border-color: #56764D; }

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

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