Html Css Color HEX #5E7456 Cactus

📋 copy color: '#5E7456'

red 94 ◦ green 116 ◦ blue 86

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

Shades of Cactus #5E7456

Tints of Cactus #5E7456

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.19%

 BLUE value IS 86 (33.98% from 255) = 29.05%

R = 31.76%
G = 39.19%
B = 29.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#5E7456 (or 0x5E7456) is known color: Cactus. HEX triplet: 5E, 74 and 56. RGB value is (94,116,86). Sum of RGB (Red+Green+Blue) = 94+116+86=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 116 - color contains mainly: green. Hex color #5E7456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7456 is #A18BA9. Grayscale: #6A6A6A. Windows color (decimal): -10587050 or 5665886. OLE color: 5665886.

HSL color Cylindrical-coordinate representation of color #5E7456: hue angle of 104º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E7456 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 116 86 -
CMYK 0.19 0 0.26 0.55
HSL 104º 0.15% 0.4% -
HSV(B) 104º 0.26% 0.45% -
XYZ 12.54 15.54 11.14 -
YUV 106 116.71 119.44 -
System Red Green Blue C M Y K H S L
Decimal 94 116 86 0.19 0 0.26 0.55 104 0.15 0.4
Hex 5E 74 56 13 0 1A 37 68 F 28
Octal 136 164 126 23 0 32 67 150 17 50
Binary 1011110 1110100 1010110 10011 0 11010 110111 1101000 1111 101000

Color Harmonies of #5E7456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7456

Black with #5E7456

Text Example


Text Example

White with #5E7456

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,116,86); }

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

background-color css

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

 a { background-color: rgb(94,116,86); }

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

border-color css

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

 span { border-color: rgb(94,116,86); }

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