Html Css Color HEX #5A875C Hippie Green

📋 copy color: '#5A875C'

red 90 ◦ green 135 ◦ blue 92

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

Shades of Hippie Green #5A875C

Tints of Hippie Green #5A875C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.59%

 BLUE value IS 92 (36.33% from 255) = 29.02%

R = 28.39%
G = 42.59%
B = 29.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#5A875C (or 0x5A875C) is known color: Hippie Green. HEX triplet: 5A, 87 and 5C. RGB value is (90,135,92). Sum of RGB (Red+Green+Blue) = 90+135+92=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #5A875C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A875C is #A578A3. Grayscale: #747474. Windows color (decimal): -10844324 or 6063962. OLE color: 6063962.

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

Color convert

RGB 90 135 92 -
CMYK 0.33 0 0.32 0.47
HSL 122.67º 0.2% 0.44% -
HSV(B) 122.67º 0.33% 0.53% -
XYZ 14.81 20.27 13.26 -
YUV 116.64 114.09 109 -
System Red Green Blue C M Y K H S L
Decimal 90 135 92 0.33 0 0.32 0.47 122.67 0.2 0.44
Hex 5A 87 5C 21 0 20 2F 7B 14 2C
Octal 132 207 134 41 0 40 57 173 24 54
Binary 1011010 10000111 1011100 100001 0 100000 101111 1111011 10100 101100

Color Harmonies of #5A875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A875C

Black with #5A875C

Text Example


Text Example

White with #5A875C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,135,92); }

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

background-color css

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

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

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

border-color css

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

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

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