Html Css Color HEX #5E7A61 Hippie Green

📋 copy color: '#5E7A61'

red 94 ◦ green 122 ◦ blue 97

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

Shades of Hippie Green #5E7A61

Tints of Hippie Green #5E7A61

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.98%

 BLUE value IS 97 (38.28% from 255) = 30.99%

R = 30.03%
G = 38.98%
B = 30.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#5E7A61 (or 0x5E7A61) is known color: Hippie Green. HEX triplet: 5E, 7A and 61. RGB value is (94,122,97). Sum of RGB (Red+Green+Blue) = 94+122+97=313 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.03% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 122 - color contains mainly: green. Hex color #5E7A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7A61 is #A1859E. Grayscale: #6E6E6E. Windows color (decimal): -10585503 or 6388318. OLE color: 6388318.

HSL color Cylindrical-coordinate representation of color #5E7A61: hue angle of 126.43º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5E7A61 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB 94 122 97 -
CMYK 0.23 0 0.20 0.52
HSL 126.43º 0.13% 0.42% -
HSV(B) 126.43º 0.23% 0.48% -
XYZ 13.73 17.16 13.9 -
YUV 110.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 94 122 97 0.23 0 0.20 0.52 126.43 0.13 0.42
Hex 5E 7A 61 17 0 14 34 7E D 2A
Octal 136 172 141 27 0 24 64 176 15 52
Binary 1011110 1111010 1100001 10111 0 10100 110100 1111110 1101 101010

Color Harmonies of #5E7A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7A61

Black with #5E7A61

Text Example


Text Example

White with #5E7A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,122,97); }

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

background-color css

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

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

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

border-color css

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

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

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