Html Css Color HEX #5A895A Hippie Green

📋 copy color: '#5A895A'

red 90 ◦ green 137 ◦ blue 90

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

Shades of Hippie Green #5A895A

Tints of Hippie Green #5A895A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.22%

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

R = 28.39%
G = 43.22%
B = 28.39%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#5A895A (or 0x5A895A) is known color: Hippie Green. HEX triplet: 5A, 89 and 5A. RGB value is (90,137,90). Sum of RGB (Red+Green+Blue) = 90+137+90=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #5A895A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A895A is #A576A5. Grayscale: #757575. Windows color (decimal): -10843814 or 5933402. OLE color: 5933402.

HSL color Cylindrical-coordinate representation of color #5A895A: hue angle of 120º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A895A is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 90 137 90 -
CMYK 0.34 0 0.34 0.46
HSL 120º 0.21% 0.45% -
HSV(B) 120º 0.34% 0.54% -
XYZ 15.01 20.8 12.9 -
YUV 117.59 112.43 108.32 -
System Red Green Blue C M Y K H S L
Decimal 90 137 90 0.34 0 0.34 0.46 120 0.21 0.45
Hex 5A 89 5A 22 0 22 2E 78 15 2D
Octal 132 211 132 42 0 42 56 170 25 55
Binary 1011010 10001001 1011010 100010 0 100010 101110 1111000 10101 101101

Color Harmonies of #5A895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A895A

Black with #5A895A

Text Example


Text Example

White with #5A895A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,137,90); }

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

background-color css

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

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

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

border-color css

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

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

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