#56764C

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

Shades of Cactus #56764C

Tints of Cactus #56764C

Color information

#56764C (or 0x56764C) is unknown color: approx Cactus. HEX triplet: 56, 76 and 4C. RGB value is (86,118,76). Sum of RGB (Red+Green+Blue) = 86+118+76=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #56764C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56764C is #A989B3. Grayscale: #676767. Windows color (decimal): -11110836 or 5011030. OLE color: 5011030.

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

Color convert

RGB8611876-
CMYK0.2700.360.54
HSL105.71º21.65%38.04%-
HSV(B)105.71º35.59%46.27%-
XYZ11.6215.469.21-
YUV103.64112.4115.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.71%
GREEN value IS 118 (46.48% from 255) = 42.14%
BLUE value IS 76 (30.08% from 255) = 27.14%
R=30.71%
G=42.14%
B=27.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86118760.2700.360.54105.7121.6538.04
Hex56764C1B024366a1626
Octal12616611433044661522646
Binary101011011101101001100110110100100110110110101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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