#5F855E

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

Shades of Hippie Green #5F855E

Tints of Hippie Green #5F855E

Color information

#5F855E (or 0x5F855E) is unknown color: approx Hippie Green. HEX triplet: 5F, 85 and 5E. RGB value is (95,133,94). Sum of RGB (Red+Green+Blue) = 95+133+94=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #5F855E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F855E is #A07AA1. Grayscale: #757575. Windows color (decimal): -10517154 or 6194527. OLE color: 6194527.

HSL color Cylindrical-coordinate representation of color #5F855E: hue angle of 118.46º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F855E is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB9513394-
CMYK0.2900.290.48
HSL118.46º17.18%44.51%-
HSV(B)118.46º29.32%52.16%-
XYZ15.1320.0213.66-
YUV117.19114.91112.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.50%
GREEN value IS 133 (52.34% from 255) = 41.30%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=29.50%
G=41.30%
B=29.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal95133940.2900.290.48118.4617.1844.51
Hex5F855E1D01D3076112d
Octal13720513635035601662155
Binary101111110000101101111011101011101110000111011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,133,94); }

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

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

 a { background-color: rgb(95,133,94); }

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

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

 span { border-color: rgb(95,133,94); }

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