Html Css Color HEX #5D915E Hippie Green

📋 copy color: '#5D915E'

red 93 ◦ green 145 ◦ blue 94

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

Shades of Hippie Green #5D915E

Tints of Hippie Green #5D915E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.67%

 BLUE value IS 94 (37.11% from 255) = 28.31%

R = 28.01%
G = 43.67%
B = 28.31%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#5D915E (or 0x5D915E) is known color: Hippie Green. HEX triplet: 5D, 91 and 5E. RGB value is (93,145,94). Sum of RGB (Red+Green+Blue) = 93+145+94=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 145 - color contains mainly: green. Hex color #5D915E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D915E is #A26EA1. Grayscale: #7B7B7B. Windows color (decimal): -10645154 or 6197597. OLE color: 6197597.

HSL color Cylindrical-coordinate representation of color #5D915E: hue angle of 121.15º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5D915E is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB 93 145 94 -
CMYK 0.36 0 0.35 0.43
HSL 121.15º 0.22% 0.47% -
HSV(B) 121.15º 0.36% 0.57% -
XYZ 16.66 23.39 14.23 -
YUV 123.64 111.27 106.15 -
System Red Green Blue C M Y K H S L
Decimal 93 145 94 0.36 0 0.35 0.43 121.15 0.22 0.47
Hex 5D 91 5E 24 0 23 2B 79 16 2F
Octal 135 221 136 44 0 43 53 171 26 57
Binary 1011101 10010001 1011110 100100 0 100011 101011 1111001 10110 101111

Color Harmonies of #5D915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D915E

Black with #5D915E

Text Example


Text Example

White with #5D915E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,145,94); }

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

background-color css

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

 a { background-color: rgb(93,145,94); }

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

border-color css

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

 span { border-color: rgb(93,145,94); }

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