Html Css Color HEX #5E7059 Cactus

📋 copy color: '#5E7059'

red 94 ◦ green 112 ◦ blue 89

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

Shades of Cactus #5E7059

Tints of Cactus #5E7059

RGB

 RED value IS 94 (37.11% from 255) = 31.86%

 GREEN value IS 112 (44.14% from 255) = 37.97%

 BLUE value IS 89 (35.16% from 255) = 30.17%

R = 31.86%
G = 37.97%
B = 30.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#5E7059 (or 0x5E7059) is known color: Cactus. HEX triplet: 5E, 70 and 59. RGB value is (94,112,89). Sum of RGB (Red+Green+Blue) = 94+112+89=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7059 is #A18FA6. Grayscale: #686868. Windows color (decimal): -10588071 or 5861470. OLE color: 5861470.

HSL color Cylindrical-coordinate representation of color #5E7059: hue angle of 106.96º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E7059 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 112 89 -
CMYK 0.16 0 0.21 0.56
HSL 106.96º 0.11% 0.39% -
HSV(B) 106.96º 0.21% 0.44% -
XYZ 12.21 14.69 11.64 -
YUV 104 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 94 112 89 0.16 0 0.21 0.56 106.96 0.11 0.39
Hex 5E 70 59 10 0 15 38 6B B 27
Octal 136 160 131 20 0 25 70 153 13 47
Binary 1011110 1110000 1011001 10000 0 10101 111000 1101011 1011 100111

Color Harmonies of #5E7059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7059

Black with #5E7059

Text Example


Text Example

White with #5E7059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E7059; }

 p { color: rgb(94,112,89); }

 H1.HeaderClassName
 {
   color: #5E7059;
 }
 .AnyTagClassName
 {
   color: #5E7059;
 }
</style>

background-color css

<style>
 a { background-color: #5E7059; }

 a { background-color: rgb(94,112,89); }

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

border-color css

<style>
 span { border-color: #5E7059; }

 span { border-color: rgb(94,112,89); }

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