Html Css Color HEX #5A885F Hippie Green

📋 copy color: '#5A885F'

red 90 ◦ green 136 ◦ blue 95

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

Shades of Hippie Green #5A885F

Tints of Hippie Green #5A885F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.37%

 BLUE value IS 95 (37.5% from 255) = 29.6%

R = 28.04%
G = 42.37%
B = 29.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#5A885F (or 0x5A885F) is known color: Hippie Green. HEX triplet: 5A, 88 and 5F. RGB value is (90,136,95). Sum of RGB (Red+Green+Blue) = 90+136+95=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #5A885F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A885F is #A577A0. Grayscale: #757575. Windows color (decimal): -10844065 or 6260826. OLE color: 6260826.

HSL color Cylindrical-coordinate representation of color #5A885F: hue angle of 126.52º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A885F is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 136 95 -
CMYK 0.34 0 0.30 0.47
HSL 126.52º 0.2% 0.44% -
HSV(B) 126.52º 0.34% 0.53% -
XYZ 15.09 20.61 14.01 -
YUV 117.57 115.26 108.33 -
System Red Green Blue C M Y K H S L
Decimal 90 136 95 0.34 0 0.30 0.47 126.52 0.2 0.44
Hex 5A 88 5F 22 0 1E 2F 7F 14 2C
Octal 132 210 137 42 0 36 57 177 24 54
Binary 1011010 10001000 1011111 100010 0 11110 101111 1111111 10100 101100

Color Harmonies of #5A885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A885F

Black with #5A885F

Text Example


Text Example

White with #5A885F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,136,95); }

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

background-color css

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

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

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

border-color css

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

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

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