Html Css Color HEX #5A855D Hippie Green

📋 copy color: '#5A855D'

red 90 ◦ green 133 ◦ blue 93

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

Shades of Hippie Green #5A855D

Tints of Hippie Green #5A855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.09%

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

R = 28.48%
G = 42.09%
B = 29.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#5A855D (or 0x5A855D) is known color: Hippie Green. HEX triplet: 5A, 85 and 5D. RGB value is (90,133,93). Sum of RGB (Red+Green+Blue) = 90+133+93=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #5A855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A855D is #A57AA2. Grayscale: #737373. Windows color (decimal): -10844835 or 6128986. OLE color: 6128986.

HSL color Cylindrical-coordinate representation of color #5A855D: hue angle of 124.19º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A855D is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 90 133 93 -
CMYK 0.32 0 0.30 0.48
HSL 124.19º 0.19% 0.44% -
HSV(B) 124.19º 0.32% 0.52% -
XYZ 14.58 19.74 13.4 -
YUV 115.58 115.25 109.75 -
System Red Green Blue C M Y K H S L
Decimal 90 133 93 0.32 0 0.30 0.48 124.19 0.19 0.44
Hex 5A 85 5D 20 0 1E 30 7C 13 2C
Octal 132 205 135 40 0 36 60 174 23 54
Binary 1011010 10000101 1011101 100000 0 11110 110000 1111100 10011 101100

Color Harmonies of #5A855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A855D

Black with #5A855D

Text Example


Text Example

White with #5A855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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