#5B855A

Color #5B855A Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #5B855A

Tints of Hippie Green #5B855A

Color information

#5B855A (or 0x5B855A) is unknown color: approx Hippie Green. HEX triplet: 5B, 85 and 5A. RGB value is (91,133,90). Sum of RGB (Red+Green+Blue) = 91+133+90=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #5B855A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B855A is #A47AA5. Grayscale: #737373. Windows color (decimal): -10779302 or 5932379. OLE color: 5932379.

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

Color convert

RGB9113390-
CMYK0.3200.320.48
HSL118.6º19.28%43.73%-
HSV(B)118.6º32.33%52.16%-
XYZ14.5519.7412.72-
YUV115.54113.59110.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.98%
GREEN value IS 133 (52.34% from 255) = 42.36%
BLUE value IS 90 (35.55% from 255) = 28.66%
R=28.98%
G=42.36%
B=28.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91133900.3200.320.48118.619.2843.73
Hex5B855A200203077132c
Octal13320513240040601672354
Binary10110111000010110110101000000100000110000111011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B855A;
 }
 .AnyTagClassName
 {
   color: #5B855A;
 }
</style>
background-color css

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

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

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

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

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

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