#5F865C

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

Shades of Hippie Green #5F865C

Tints of Hippie Green #5F865C

Color information

#5F865C (or 0x5F865C) is unknown color: approx Hippie Green. HEX triplet: 5F, 86 and 5C. RGB value is (95,134,92). Sum of RGB (Red+Green+Blue) = 95+134+92=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #5F865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F865C is #A079A3. Grayscale: #757575. Windows color (decimal): -10516900 or 6063711. OLE color: 6063711.

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

Color convert

RGB9513492-
CMYK0.2900.310.47
HSL115.71º18.58%44.31%-
HSV(B)115.71º31.34%52.55%-
XYZ15.1820.2613.24-
YUV117.55113.58111.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.60%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 92 (36.33% from 255) = 28.66%
R=29.60%
G=41.74%
B=28.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95134920.2900.310.47115.7118.5844.31
Hex5F865C1D01F2F74132c
Octal13720613435037571642354
Binary101111110000110101110011101011111101111111010010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,134,92); }

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

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

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

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

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

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

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