#56784F

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

Shades of Cactus #56784F

Tints of Cactus #56784F

Color information

#56784F (or 0x56784F) is unknown color: approx Cactus. HEX triplet: 56, 78 and 4F. RGB value is (86,120,79). Sum of RGB (Red+Green+Blue) = 86+120+79=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #56784F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56784F is #A987B0. Grayscale: #696969. Windows color (decimal): -11110321 or 5208150. OLE color: 5208150.

HSL color Cylindrical-coordinate representation of color #56784F: hue angle of 109.76º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #56784F is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB8612079-
CMYK0.2800.340.53
HSL109.76º20.6%39.02%-
HSV(B)109.76º34.17%47.06%-
XYZ11.9715.989.85-
YUV105.16113.24114.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.18%
GREEN value IS 120 (47.27% from 255) = 42.11%
BLUE value IS 79 (31.25% from 255) = 27.72%
R=30.18%
G=42.11%
B=27.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86120790.2800.340.53109.7620.639.02
Hex56784F1C022356e1527
Octal12617011734042651562547
Binary101011011110001001111111000100010110101110111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56784F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56784F; }

 p { color: rgb(86,120,79); }

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

<style>
 a { background-color: #56784F; }

 a { background-color: rgb(86,120,79); }

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

<style>
 span { border-color: #56784F; }

 span { border-color: rgb(86,120,79); }

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