Html Css Color HEX #5E954F Hippie Green

📋 copy color: '#5E954F'

red 94 ◦ green 149 ◦ blue 79

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

Shades of Hippie Green #5E954F

Tints of Hippie Green #5E954F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.27%

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

R = 29.19%
G = 46.27%
B = 24.53%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#5E954F (or 0x5E954F) is known color: Hippie Green. HEX triplet: 5E, 95 and 4F. RGB value is (94,149,79). Sum of RGB (Red+Green+Blue) = 94+149+79=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #5E954F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E954F is #A16AB0. Grayscale: #7C7C7C. Windows color (decimal): -10578609 or 5215582. OLE color: 5215582.

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

Color convert

RGB 94 149 79 -
CMYK 0.37 0 0.47 0.42
HSL 107.14º 0.31% 0.45% -
HSV(B) 107.14º 0.47% 0.58% -
XYZ 16.77 24.44 11.23 -
YUV 124.58 102.28 106.19 -
System Red Green Blue C M Y K H S L
Decimal 94 149 79 0.37 0 0.47 0.42 107.14 0.31 0.45
Hex 5E 95 4F 25 0 2F 2A 6B 1F 2D
Octal 136 225 117 45 0 57 52 153 37 55
Binary 1011110 10010101 1001111 100101 0 101111 101010 1101011 11111 101101

Color Harmonies of #5E954F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E954F

Black with #5E954F

Text Example


Text Example

White with #5E954F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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