Html Css Color HEX #5E8660 Hippie Green

📋 copy color: '#5E8660'

red 94 ◦ green 134 ◦ blue 96

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

Shades of Hippie Green #5E8660

Tints of Hippie Green #5E8660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.63%

R = 29.01%
G = 41.36%
B = 29.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#5E8660 (or 0x5E8660) is known color: Hippie Green. HEX triplet: 5E, 86 and 60. RGB value is (94,134,96). Sum of RGB (Red+Green+Blue) = 94+134+96=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #5E8660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8660 is #A1799F. Grayscale: #757575. Windows color (decimal): -10582432 or 6325854. OLE color: 6325854.

HSL color Cylindrical-coordinate representation of color #5E8660: hue angle of 123º 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 #5E8660 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 94 134 96 -
CMYK 0.30 0 0.28 0.47
HSL 123º 0.18% 0.45% -
HSV(B) 123º 0.3% 0.53% -
XYZ 15.25 20.27 14.18 -
YUV 117.71 115.75 111.09 -
System Red Green Blue C M Y K H S L
Decimal 94 134 96 0.30 0 0.28 0.47 123 0.18 0.45
Hex 5E 86 60 1E 0 1C 2F 7B 12 2D
Octal 136 206 140 36 0 34 57 173 22 55
Binary 1011110 10000110 1100000 11110 0 11100 101111 1111011 10010 101101

Color Harmonies of #5E8660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8660

Black with #5E8660

Text Example


Text Example

White with #5E8660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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