#56704C

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

Shades of Cactus #56704C

Tints of Cactus #56704C

Color information

#56704C (or 0x56704C) is unknown color: approx Cactus. HEX triplet: 56, 70 and 4C. RGB value is (86,112,76). Sum of RGB (Red+Green+Blue) = 86+112+76=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #56704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56704C is #A98FB3. Grayscale: #646464. Windows color (decimal): -11112372 or 5009494. OLE color: 5009494.

HSL color Cylindrical-coordinate representation of color #56704C: hue angle of 103.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #56704C is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB8611276-
CMYK0.2300.320.56
HSL103.33º19.15%36.86%-
HSV(B)103.33º32.14%43.92%-
XYZ10.9414.098.98-
YUV100.12114.39117.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.39%
GREEN value IS 112 (44.14% from 255) = 40.88%
BLUE value IS 76 (30.08% from 255) = 27.74%
R=31.39%
G=40.88%
B=27.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86112760.2300.320.56103.3319.1536.86
Hex56704C1702038671325
Octal12616011427040701472345
Binary101011011100001001100101110100000111000110011110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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