Html Css Color HEX #5A865D Hippie Green

📋 copy color: '#5A865D'

red 90 ◦ green 134 ◦ blue 93

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

Shades of Hippie Green #5A865D

Tints of Hippie Green #5A865D

RGB

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

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

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

R = 28.39%
G = 42.27%
B = 29.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#5A865D (or 0x5A865D) is known color: Hippie Green. HEX triplet: 5A, 86 and 5D. RGB value is (90,134,93). Sum of RGB (Red+Green+Blue) = 90+134+93=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 134 - color contains mainly: green. Hex color #5A865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A865D is #A579A2. Grayscale: #747474. Windows color (decimal): -10844579 or 6129242. OLE color: 6129242.

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

Color convert

RGB 90 134 93 -
CMYK 0.33 0 0.31 0.47
HSL 124.09º 0.2% 0.44% -
HSV(B) 124.09º 0.33% 0.53% -
XYZ 14.72 20.01 13.44 -
YUV 116.17 114.92 109.33 -
System Red Green Blue C M Y K H S L
Decimal 90 134 93 0.33 0 0.31 0.47 124.09 0.2 0.44
Hex 5A 86 5D 21 0 1F 2F 7C 14 2C
Octal 132 206 135 41 0 37 57 174 24 54
Binary 1011010 10000110 1011101 100001 0 11111 101111 1111100 10100 101100

Color Harmonies of #5A865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A865D

Black with #5A865D

Text Example


Text Example

White with #5A865D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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