Html Css Color HEX #5A865A Hippie Green

📋 copy color: '#5A865A'

red 90 ◦ green 134 ◦ blue 90

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

Shades of Hippie Green #5A865A

Tints of Hippie Green #5A865A

RGB

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

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

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

R = 28.66%
G = 42.68%
B = 28.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#5A865A (or 0x5A865A) is known color: Hippie Green. HEX triplet: 5A, 86 and 5A. RGB value is (90,134,90). Sum of RGB (Red+Green+Blue) = 90+134+90=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #5A865A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A865A is #A579A5. Grayscale: #737373. Windows color (decimal): -10844582 or 5932634. OLE color: 5932634.

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

Color convert

RGB 90 134 90 -
CMYK 0.33 0 0.33 0.47
HSL 120º 0.2% 0.44% -
HSV(B) 120º 0.33% 0.53% -
XYZ 14.59 19.96 12.76 -
YUV 115.83 113.42 109.58 -
System Red Green Blue C M Y K H S L
Decimal 90 134 90 0.33 0 0.33 0.47 120 0.2 0.44
Hex 5A 86 5A 21 0 21 2F 78 14 2C
Octal 132 206 132 41 0 41 57 170 24 54
Binary 1011010 10000110 1011010 100001 0 100001 101111 1111000 10100 101100

Color Harmonies of #5A865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A865A

Black with #5A865A

Text Example


Text Example

White with #5A865A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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