Html Css Color HEX #5A865F Hippie Green

📋 copy color: '#5A865F'

red 90 ◦ green 134 ◦ blue 95

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

Shades of Hippie Green #5A865F

Tints of Hippie Green #5A865F

RGB

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

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

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

R = 28.21%
G = 42.01%
B = 29.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#5A865F (or 0x5A865F) is known color: Hippie Green. HEX triplet: 5A, 86 and 5F. RGB value is (90,134,95). Sum of RGB (Red+Green+Blue) = 90+134+95=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #5A865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A865F is #A579A0. Grayscale: #747474. Windows color (decimal): -10844577 or 6260314. OLE color: 6260314.

HSL color Cylindrical-coordinate representation of color #5A865F: hue angle of 126.82º 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 #5A865F is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 134 95 -
CMYK 0.33 0 0.29 0.47
HSL 126.82º 0.2% 0.44% -
HSV(B) 126.82º 0.33% 0.53% -
XYZ 14.81 20.05 13.92 -
YUV 116.4 115.92 109.17 -
System Red Green Blue C M Y K H S L
Decimal 90 134 95 0.33 0 0.29 0.47 126.82 0.2 0.44
Hex 5A 86 5F 21 0 1D 2F 7F 14 2C
Octal 132 206 137 41 0 35 57 177 24 54
Binary 1011010 10000110 1011111 100001 0 11101 101111 1111111 10100 101100

Color Harmonies of #5A865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A865F

Black with #5A865F

Text Example


Text Example

White with #5A865F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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