Html Css Color HEX #5D895B Hippie Green

📋 copy color: '#5D895B'

red 93 ◦ green 137 ◦ blue 91

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

Shades of Hippie Green #5D895B

Tints of Hippie Green #5D895B

RGB

 RED value IS 93 (36.72% from 255) = 28.97%

 GREEN value IS 137 (53.91% from 255) = 42.68%

 BLUE value IS 91 (35.94% from 255) = 28.35%

R = 28.97%
G = 42.68%
B = 28.35%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#5D895B (or 0x5D895B) is known color: Hippie Green. HEX triplet: 5D, 89 and 5B. RGB value is (93,137,91). Sum of RGB (Red+Green+Blue) = 93+137+91=321 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.97% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #5D895B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D895B is #A276A4. Grayscale: #767676. Windows color (decimal): -10647205 or 5998941. OLE color: 5998941.

HSL color Cylindrical-coordinate representation of color #5D895B: hue angle of 117.39º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D895B is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 93 137 91 -
CMYK 0.32 0 0.34 0.46
HSL 117.39º 0.2% 0.45% -
HSV(B) 117.39º 0.34% 0.54% -
XYZ 15.35 20.97 13.14 -
YUV 118.6 112.42 109.74 -
System Red Green Blue C M Y K H S L
Decimal 93 137 91 0.32 0 0.34 0.46 117.39 0.2 0.45
Hex 5D 89 5B 20 0 22 2E 75 14 2D
Octal 135 211 133 40 0 42 56 165 24 55
Binary 1011101 10001001 1011011 100000 0 100010 101110 1110101 10100 101101

Color Harmonies of #5D895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D895B

Black with #5D895B

Text Example


Text Example

White with #5D895B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,137,91); }

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

background-color css

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

 a { background-color: rgb(93,137,91); }

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

border-color css

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

 span { border-color: rgb(93,137,91); }

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