Html Css Color HEX #5E845F Hippie Green

📋 copy color: '#5E845F'

red 94 ◦ green 132 ◦ blue 95

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

Shades of Hippie Green #5E845F

Tints of Hippie Green #5E845F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.12%

 BLUE value IS 95 (37.5% from 255) = 29.6%

R = 29.28%
G = 41.12%
B = 29.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#5E845F (or 0x5E845F) is known color: Hippie Green. HEX triplet: 5E, 84 and 5F. RGB value is (94,132,95). Sum of RGB (Red+Green+Blue) = 94+132+95=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 132 - color contains mainly: green. Hex color #5E845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E845F is #A17BA0. Grayscale: #747474. Windows color (decimal): -10582945 or 6259806. OLE color: 6259806.

HSL color Cylindrical-coordinate representation of color #5E845F: hue angle of 121.58º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E845F is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 132 95 -
CMYK 0.29 0 0.28 0.48
HSL 121.58º 0.17% 0.44% -
HSV(B) 121.58º 0.29% 0.52% -
XYZ 14.93 19.71 13.84 -
YUV 116.42 115.91 112.01 -
System Red Green Blue C M Y K H S L
Decimal 94 132 95 0.29 0 0.28 0.48 121.58 0.17 0.44
Hex 5E 84 5F 1D 0 1C 30 7A 11 2C
Octal 136 204 137 35 0 34 60 172 21 54
Binary 1011110 10000100 1011111 11101 0 11100 110000 1111010 10001 101100

Color Harmonies of #5E845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E845F

Black with #5E845F

Text Example


Text Example

White with #5E845F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,132,95); }

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

background-color css

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

 a { background-color: rgb(94,132,95); }

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

border-color css

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

 span { border-color: rgb(94,132,95); }

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