Html Css Color HEX #5E865D Hippie Green

📋 copy color: '#5E865D'

red 94 ◦ green 134 ◦ blue 93

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

Shades of Hippie Green #5E865D

Tints of Hippie Green #5E865D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.74%

 BLUE value IS 93 (36.72% from 255) = 28.97%

R = 29.28%
G = 41.74%
B = 28.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#5E865D (or 0x5E865D) is known color: Hippie Green. HEX triplet: 5E, 86 and 5D. RGB value is (94,134,93). Sum of RGB (Red+Green+Blue) = 94+134+93=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #5E865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E865D is #A179A2. Grayscale: #757575. Windows color (decimal): -10582435 or 6129246. OLE color: 6129246.

HSL color Cylindrical-coordinate representation of color #5E865D: hue angle of 118.54º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E865D is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 94 134 93 -
CMYK 0.30 0 0.31 0.47
HSL 118.54º 0.18% 0.45% -
HSV(B) 118.54º 0.31% 0.53% -
XYZ 15.12 20.22 13.46 -
YUV 117.37 114.25 111.33 -
System Red Green Blue C M Y K H S L
Decimal 94 134 93 0.30 0 0.31 0.47 118.54 0.18 0.45
Hex 5E 86 5D 1E 0 1F 2F 77 12 2D
Octal 136 206 135 36 0 37 57 167 22 55
Binary 1011110 10000110 1011101 11110 0 11111 101111 1110111 10010 101101

Color Harmonies of #5E865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E865D

Black with #5E865D

Text Example


Text Example

White with #5E865D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,134,93); }

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

background-color css

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

 a { background-color: rgb(94,134,93); }

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

border-color css

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

 span { border-color: rgb(94,134,93); }

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