Html Css Color HEX #59714E Cactus

📋 copy color: '#59714E'

red 89 ◦ green 113 ◦ blue 78

#59714E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cactus #59714E

Tints of Cactus #59714E

RGB

 RED value IS 89 (35.16% from 255) = 31.79%

 GREEN value IS 113 (44.53% from 255) = 40.36%

 BLUE value IS 78 (30.86% from 255) = 27.86%

R = 31.79%
G = 40.36%
B = 27.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#59714E (or 0x59714E) is known color: Cactus. HEX triplet: 59, 71 and 4E. RGB value is (89,113,78). Sum of RGB (Red+Green+Blue) = 89+113+78=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #59714E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59714E is #A68EB1. Grayscale: #656565. Windows color (decimal): -10915506 or 5140825. OLE color: 5140825.

HSL color Cylindrical-coordinate representation of color #59714E: hue angle of 101.14º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #59714E is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 113 78 -
CMYK 0.21 0 0.31 0.56
HSL 101.14º 0.18% 0.37% -
HSV(B) 101.14º 0.31% 0.44% -
XYZ 11.4 14.48 9.4 -
YUV 101.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 89 113 78 0.21 0 0.31 0.56 101.14 0.18 0.37
Hex 59 71 4E 15 0 1F 38 65 12 25
Octal 131 161 116 25 0 37 70 145 22 45
Binary 1011001 1110001 1001110 10101 0 11111 111000 1100101 10010 100101

Color Harmonies of #59714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59714E

Black with #59714E

Text Example


Text Example

White with #59714E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59714E;
 }
 .AnyTagClassName
 {
   color: #59714E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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