Html Css Color HEX #5D915D Hippie Green

📋 copy color: '#5D915D'

red 93 ◦ green 145 ◦ blue 93

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

Shades of Hippie Green #5D915D

Tints of Hippie Green #5D915D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 28.1%
G = 43.81%
B = 28.1%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#5D915D (or 0x5D915D) is known color: Hippie Green. HEX triplet: 5D, 91 and 5D. RGB value is (93,145,93). Sum of RGB (Red+Green+Blue) = 93+145+93=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #5D915D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D915D is #A26EA2. Grayscale: #7B7B7B. Windows color (decimal): -10645155 or 6132061. OLE color: 6132061.

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

Color convert

RGB 93 145 93 -
CMYK 0.36 0 0.36 0.43
HSL 120º 0.22% 0.47% -
HSV(B) 120º 0.36% 0.57% -
XYZ 16.62 23.37 13.99 -
YUV 123.52 110.77 106.23 -
System Red Green Blue C M Y K H S L
Decimal 93 145 93 0.36 0 0.36 0.43 120 0.22 0.47
Hex 5D 91 5D 24 0 24 2B 78 16 2F
Octal 135 221 135 44 0 44 53 170 26 57
Binary 1011101 10010001 1011101 100100 0 100100 101011 1111000 10110 101111

Color Harmonies of #5D915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D915D

Black with #5D915D

Text Example


Text Example

White with #5D915D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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