Html Css Color HEX #5A915F Hippie Green

📋 copy color: '#5A915F'

red 90 ◦ green 145 ◦ blue 95

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

Shades of Hippie Green #5A915F

Tints of Hippie Green #5A915F

RGB

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

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

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

R = 27.27%
G = 43.94%
B = 28.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#5A915F (or 0x5A915F) is known color: Hippie Green. HEX triplet: 5A, 91 and 5F. RGB value is (90,145,95). Sum of RGB (Red+Green+Blue) = 90+145+95=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #5A915F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A915F is #A56EA0. Grayscale: #7B7B7B. Windows color (decimal): -10841761 or 6263130. OLE color: 6263130.

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

Color convert

RGB 90 145 95 -
CMYK 0.38 0 0.34 0.43
HSL 125.45º 0.23% 0.46% -
HSV(B) 125.45º 0.38% 0.57% -
XYZ 16.41 23.25 14.45 -
YUV 122.86 112.28 104.57 -
System Red Green Blue C M Y K H S L
Decimal 90 145 95 0.38 0 0.34 0.43 125.45 0.23 0.46
Hex 5A 91 5F 26 0 22 2B 7D 17 2E
Octal 132 221 137 46 0 42 53 175 27 56
Binary 1011010 10010001 1011111 100110 0 100010 101011 1111101 10111 101110

Color Harmonies of #5A915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A915F

Black with #5A915F

Text Example


Text Example

White with #5A915F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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