Html Css Color HEX #5E865E Hippie Green

📋 copy color: '#5E865E'

red 94 ◦ green 134 ◦ blue 94

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

Shades of Hippie Green #5E865E

Tints of Hippie Green #5E865E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.19%

R = 29.19%
G = 41.61%
B = 29.19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#5E865E (or 0x5E865E) is known color: Hippie Green. HEX triplet: 5E, 86 and 5E. RGB value is (94,134,94). Sum of RGB (Red+Green+Blue) = 94+134+94=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #5E865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E865E is #A179A1. Grayscale: #757575. Windows color (decimal): -10582434 or 6194782. OLE color: 6194782.

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

Color convert

RGB 94 134 94 -
CMYK 0.30 0 0.30 0.47
HSL 120º 0.18% 0.45% -
HSV(B) 120º 0.3% 0.53% -
XYZ 15.16 20.24 13.7 -
YUV 117.48 114.75 111.25 -
System Red Green Blue C M Y K H S L
Decimal 94 134 94 0.30 0 0.30 0.47 120 0.18 0.45
Hex 5E 86 5E 1E 0 1E 2F 78 12 2D
Octal 136 206 136 36 0 36 57 170 22 55
Binary 1011110 10000110 1011110 11110 0 11110 101111 1111000 10010 101101

Color Harmonies of #5E865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E865E

Black with #5E865E

Text Example


Text Example

White with #5E865E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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