#59694E

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

Shades of Cactus #59694E

Tints of Cactus #59694E

Color information

#59694E (or 0x59694E) is unknown color: approx Cactus. HEX triplet: 59, 69 and 4E. RGB value is (89,105,78). Sum of RGB (Red+Green+Blue) = 89+105+78=272 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.72% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 105 - color contains mainly: green. Hex color #59694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59694E is #A696B1. Grayscale: #616161. Windows color (decimal): -10917554 or 5138777. OLE color: 5138777.

HSL color Cylindrical-coordinate representation of color #59694E: hue angle of 95.56º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #59694E is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB8910578-
CMYK0.1500.260.59
HSL95.56º14.75%35.88%-
HSV(B)95.56º25.71%41.18%-
XYZ10.5512.789.12-
YUV97.14117.2122.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.72%
GREEN value IS 105 (41.41% from 255) = 38.60%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=32.72%
G=38.60%
B=28.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal89105780.1500.260.5995.5614.7535.88
Hex59694EF01A3B60f24
Octal13115111617032731401744
Binary101100111010011001110111101101011101111000001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59694E; }

 p { color: rgb(89,105,78); }

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

<style>
 a { background-color: #59694E; }

 a { background-color: rgb(89,105,78); }

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

<style>
 span { border-color: #59694E; }

 span { border-color: rgb(89,105,78); }

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