#56764F

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

Shades of Cactus #56764F

Tints of Cactus #56764F

Color information

#56764F (or 0x56764F) is unknown color: approx Cactus. HEX triplet: 56, 76 and 4F. RGB value is (86,118,79). Sum of RGB (Red+Green+Blue) = 86+118+79=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #56764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56764F is #A989B0. Grayscale: #686868. Windows color (decimal): -11110833 or 5207638. OLE color: 5207638.

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

Color convert

RGB8611879-
CMYK0.2700.330.54
HSL109.23º19.8%38.63%-
HSV(B)109.23º33.05%46.27%-
XYZ11.7315.59.77-
YUV103.99113.9115.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.39%
GREEN value IS 118 (46.48% from 255) = 41.70%
BLUE value IS 79 (31.25% from 255) = 27.92%
R=30.39%
G=41.70%
B=27.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86118790.2700.330.54109.2319.838.63
Hex56764F1B021366d1427
Octal12616611733041661552447
Binary101011011101101001111110110100001110110110110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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