#5F8755

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

Shades of Hippie Green #5F8755

Tints of Hippie Green #5F8755

Color information

#5F8755 (or 0x5F8755) is unknown color: approx Hippie Green. HEX triplet: 5F, 87 and 55. RGB value is (95,135,85). Sum of RGB (Red+Green+Blue) = 95+135+85=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #5F8755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8755 is #A078AA. Grayscale: #757575. Windows color (decimal): -10516651 or 5605215. OLE color: 5605215.

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

Color convert

RGB9513585-
CMYK0.3000.370.47
HSL108º22.73%43.14%-
HSV(B)108º37.04%52.94%-
XYZ15.0220.4211.74-
YUV117.34109.75112.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.16%
GREEN value IS 135 (53.12% from 255) = 42.86%
BLUE value IS 85 (33.59% from 255) = 26.98%
R=30.16%
G=42.86%
B=26.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95135850.3000.370.4710822.7343.14
Hex5F87551E0252F6c172b
Octal13720712536045571542753
Binary1011111100001111010101111100100101101111110110010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,135,85); }

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

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

 a { background-color: rgb(95,135,85); }

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

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

 span { border-color: rgb(95,135,85); }

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