Html Css Color HEX #5E964F Hippie Green

📋 copy color: '#5E964F'

red 94 ◦ green 150 ◦ blue 79

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

Shades of Hippie Green #5E964F

Tints of Hippie Green #5E964F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.44%

 BLUE value IS 79 (31.25% from 255) = 24.46%

R = 29.1%
G = 46.44%
B = 24.46%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#5E964F (or 0x5E964F) is known color: Hippie Green. HEX triplet: 5E, 96 and 4F. RGB value is (94,150,79). Sum of RGB (Red+Green+Blue) = 94+150+79=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #5E964F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E964F is #A169B0. Grayscale: #7D7D7D. Windows color (decimal): -10578353 or 5215838. OLE color: 5215838.

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

Color convert

RGB 94 150 79 -
CMYK 0.37 0 0.47 0.41
HSL 107.32º 0.31% 0.45% -
HSV(B) 107.32º 0.47% 0.59% -
XYZ 16.93 24.76 11.28 -
YUV 125.16 101.95 105.77 -
System Red Green Blue C M Y K H S L
Decimal 94 150 79 0.37 0 0.47 0.41 107.32 0.31 0.45
Hex 5E 96 4F 25 0 2F 29 6B 1F 2D
Octal 136 226 117 45 0 57 51 153 37 55
Binary 1011110 10010110 1001111 100101 0 101111 101001 1101011 11111 101101

Color Harmonies of #5E964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E964F

Black with #5E964F

Text Example


Text Example

White with #5E964F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,150,79); }

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

background-color css

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

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

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

border-color css

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

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

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