Html Css Color HEX #5A865B Hippie Green

📋 copy color: '#5A865B'

red 90 ◦ green 134 ◦ blue 91

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

Shades of Hippie Green #5A865B

Tints of Hippie Green #5A865B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.54%

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

R = 28.57%
G = 42.54%
B = 28.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#5A865B (or 0x5A865B) is known color: Hippie Green. HEX triplet: 5A, 86 and 5B. RGB value is (90,134,91). Sum of RGB (Red+Green+Blue) = 90+134+91=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 134 - color contains mainly: green. Hex color #5A865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A865B is #A579A4. Grayscale: #747474. Windows color (decimal): -10844581 or 5998170. OLE color: 5998170.

HSL color Cylindrical-coordinate representation of color #5A865B: hue angle of 121.36º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A865B is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 134 91 -
CMYK 0.33 0 0.32 0.47
HSL 121.36º 0.2% 0.44% -
HSV(B) 121.36º 0.33% 0.53% -
XYZ 14.63 19.98 12.98 -
YUV 115.94 113.92 109.5 -
System Red Green Blue C M Y K H S L
Decimal 90 134 91 0.33 0 0.32 0.47 121.36 0.2 0.44
Hex 5A 86 5B 21 0 20 2F 79 14 2C
Octal 132 206 133 41 0 40 57 171 24 54
Binary 1011010 10000110 1011011 100001 0 100000 101111 1111001 10100 101100

Color Harmonies of #5A865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A865B

Black with #5A865B

Text Example


Text Example

White with #5A865B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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