Html Css Color HEX #5D875C Hippie Green

📋 copy color: '#5D875C'

red 93 ◦ green 135 ◦ blue 92

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

Shades of Hippie Green #5D875C

Tints of Hippie Green #5D875C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.19%

 BLUE value IS 92 (36.33% from 255) = 28.75%

R = 29.06%
G = 42.19%
B = 28.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#5D875C (or 0x5D875C) is known color: Hippie Green. HEX triplet: 5D, 87 and 5C. RGB value is (93,135,92). Sum of RGB (Red+Green+Blue) = 93+135+92=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #5D875C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D875C is #A278A3. Grayscale: #757575. Windows color (decimal): -10647716 or 6063965. OLE color: 6063965.

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

Color convert

RGB 93 135 92 -
CMYK 0.31 0 0.32 0.47
HSL 118.6º 0.19% 0.45% -
HSV(B) 118.6º 0.32% 0.53% -
XYZ 15.11 20.43 13.27 -
YUV 117.54 113.59 110.5 -
System Red Green Blue C M Y K H S L
Decimal 93 135 92 0.31 0 0.32 0.47 118.6 0.19 0.45
Hex 5D 87 5C 1F 0 20 2F 77 13 2D
Octal 135 207 134 37 0 40 57 167 23 55
Binary 1011101 10000111 1011100 11111 0 100000 101111 1110111 10011 101101

Color Harmonies of #5D875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D875C

Black with #5D875C

Text Example


Text Example

White with #5D875C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,135,92); }

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

background-color css

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

 a { background-color: rgb(93,135,92); }

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

border-color css

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

 span { border-color: rgb(93,135,92); }

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