Html Css Color HEX #5E855F Hippie Green

📋 copy color: '#5E855F'

red 94 ◦ green 133 ◦ blue 95

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

Shades of Hippie Green #5E855F

Tints of Hippie Green #5E855F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.3%

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

R = 29.19%
G = 41.3%
B = 29.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#5E855F (or 0x5E855F) is known color: Hippie Green. HEX triplet: 5E, 85 and 5F. RGB value is (94,133,95). Sum of RGB (Red+Green+Blue) = 94+133+95=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #5E855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E855F is #A17AA0. Grayscale: #757575. Windows color (decimal): -10582689 or 6260062. OLE color: 6260062.

HSL color Cylindrical-coordinate representation of color #5E855F: hue angle of 121.54º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E855F is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 133 95 -
CMYK 0.29 0 0.29 0.48
HSL 121.54º 0.17% 0.45% -
HSV(B) 121.54º 0.29% 0.52% -
XYZ 15.07 19.98 13.89 -
YUV 117.01 115.58 111.59 -
System Red Green Blue C M Y K H S L
Decimal 94 133 95 0.29 0 0.29 0.48 121.54 0.17 0.45
Hex 5E 85 5F 1D 0 1D 30 7A 11 2D
Octal 136 205 137 35 0 35 60 172 21 55
Binary 1011110 10000101 1011111 11101 0 11101 110000 1111010 10001 101101

Color Harmonies of #5E855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E855F

Black with #5E855F

Text Example


Text Example

White with #5E855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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