Html Css Color HEX #5D915F Hippie Green

📋 copy color: '#5D915F'

red 93 ◦ green 145 ◦ blue 95

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

Shades of Hippie Green #5D915F

Tints of Hippie Green #5D915F

RGB

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

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

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

R = 27.93%
G = 43.54%
B = 28.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#5D915F (or 0x5D915F) is known color: Hippie Green. HEX triplet: 5D, 91 and 5F. RGB value is (93,145,95). Sum of RGB (Red+Green+Blue) = 93+145+95=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 145 - color contains mainly: green. Hex color #5D915F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D915F is #A26EA0. Grayscale: #7B7B7B. Windows color (decimal): -10645153 or 6263133. OLE color: 6263133.

HSL color Cylindrical-coordinate representation of color #5D915F: hue angle of 122.31º 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 #5D915F is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 93 145 95 -
CMYK 0.36 0 0.34 0.43
HSL 122.31º 0.22% 0.47% -
HSV(B) 122.31º 0.36% 0.57% -
XYZ 16.71 23.4 14.46 -
YUV 123.75 111.77 106.07 -
System Red Green Blue C M Y K H S L
Decimal 93 145 95 0.36 0 0.34 0.43 122.31 0.22 0.47
Hex 5D 91 5F 24 0 22 2B 7A 16 2F
Octal 135 221 137 44 0 42 53 172 26 57
Binary 1011101 10010001 1011111 100100 0 100010 101011 1111010 10110 101111

Color Harmonies of #5D915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D915F

Black with #5D915F

Text Example


Text Example

White with #5D915F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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