Html Css Color HEX #5E7F5F Hippie Green

📋 copy color: '#5E7F5F'

red 94 ◦ green 127 ◦ blue 95

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

Shades of Hippie Green #5E7F5F

Tints of Hippie Green #5E7F5F

RGB

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

 GREEN value IS 127 (50% from 255) = 40.19%

 BLUE value IS 95 (37.5% from 255) = 30.06%

R = 29.75%
G = 40.19%
B = 30.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#5E7F5F (or 0x5E7F5F) is known color: Hippie Green. HEX triplet: 5E, 7F and 5F. RGB value is (94,127,95). Sum of RGB (Red+Green+Blue) = 94+127+95=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 127 - color contains mainly: green. Hex color #5E7F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7F5F is #A180A0. Grayscale: #717171. Windows color (decimal): -10584225 or 6258526. OLE color: 6258526.

HSL color Cylindrical-coordinate representation of color #5E7F5F: hue angle of 121.82º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E7F5F is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 127 95 -
CMYK 0.26 0 0.25 0.50
HSL 121.82º 0.15% 0.43% -
HSV(B) 121.82º 0.26% 0.5% -
XYZ 14.27 18.38 13.62 -
YUV 113.49 117.57 114.1 -
System Red Green Blue C M Y K H S L
Decimal 94 127 95 0.26 0 0.25 0.50 121.82 0.15 0.43
Hex 5E 7F 5F 1A 0 19 32 7A F 2B
Octal 136 177 137 32 0 31 62 172 17 53
Binary 1011110 1111111 1011111 11010 0 11001 110010 1111010 1111 101011

Color Harmonies of #5E7F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7F5F

Black with #5E7F5F

Text Example


Text Example

White with #5E7F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,127,95); }

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

background-color css

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

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

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

border-color css

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

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

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