Html Css Color HEX #5A915B Hippie Green

📋 copy color: '#5A915B'

red 90 ◦ green 145 ◦ blue 91

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

Shades of Hippie Green #5A915B

Tints of Hippie Green #5A915B

RGB

 RED value IS 90 (35.55% from 255) = 27.61%

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

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

R = 27.61%
G = 44.48%
B = 27.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#5A915B (or 0x5A915B) is known color: Hippie Green. HEX triplet: 5A, 91 and 5B. RGB value is (90,145,91). Sum of RGB (Red+Green+Blue) = 90+145+91=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #5A915B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A915B is #A56EA4. Grayscale: #7A7A7A. Windows color (decimal): -10841765 or 6000986. OLE color: 6000986.

HSL color Cylindrical-coordinate representation of color #5A915B: hue angle of 121.09º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A915B is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 90 145 91 -
CMYK 0.38 0 0.37 0.43
HSL 121.09º 0.23% 0.46% -
HSV(B) 121.09º 0.38% 0.57% -
XYZ 16.23 23.18 13.52 -
YUV 122.4 110.28 104.89 -
System Red Green Blue C M Y K H S L
Decimal 90 145 91 0.38 0 0.37 0.43 121.09 0.23 0.46
Hex 5A 91 5B 26 0 25 2B 79 17 2E
Octal 132 221 133 46 0 45 53 171 27 56
Binary 1011010 10010001 1011011 100110 0 100101 101011 1111001 10111 101110

Color Harmonies of #5A915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A915B

Black with #5A915B

Text Example


Text Example

White with #5A915B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,145,91); }

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

background-color css

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

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

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

border-color css

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

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

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