#56794F

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

Shades of Cactus #56794F

Tints of Cactus #56794F

Color information

#56794F (or 0x56794F) is unknown color: approx Cactus. HEX triplet: 56, 79 and 4F. RGB value is (86,121,79). Sum of RGB (Red+Green+Blue) = 86+121+79=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 121 - color contains mainly: green. Hex color #56794F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56794F is #A986B0. Grayscale: #696969. Windows color (decimal): -11110065 or 5208406. OLE color: 5208406.

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

Color convert

RGB8612179-
CMYK0.2900.350.53
HSL110º21%39.22%-
HSV(B)110º34.71%47.45%-
XYZ12.0916.229.89-
YUV105.75112.9113.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.07%
GREEN value IS 121 (47.66% from 255) = 42.31%
BLUE value IS 79 (31.25% from 255) = 27.62%
R=30.07%
G=42.31%
B=27.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86121790.2900.350.531102139.22
Hex56794F1D023356e1527
Octal12617111735043651562547
Binary101011011110011001111111010100011110101110111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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