#5F8757

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

Shades of Hippie Green #5F8757

Tints of Hippie Green #5F8757

Color information

#5F8757 (or 0x5F8757) is unknown color: approx Hippie Green. HEX triplet: 5F, 87 and 57. RGB value is (95,135,87). Sum of RGB (Red+Green+Blue) = 95+135+87=317 (41% of max value = 765). Red value is 95 (37.5% from 255 or 29.97% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #5F8757 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8757 is #A078A8. Grayscale: #757575. Windows color (decimal): -10516649 or 5736287. OLE color: 5736287.

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

Color convert

RGB9513587-
CMYK0.3000.360.47
HSL110º21.62%43.53%-
HSV(B)110º35.56%52.94%-
XYZ15.120.4512.17-
YUV117.57110.75111.9-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.97%
GREEN value IS 135 (53.12% from 255) = 42.59%
BLUE value IS 87 (34.38% from 255) = 27.44%
R=29.97%
G=42.59%
B=27.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95135870.3000.360.4711021.6243.53
Hex5F87571E0242F6e162c
Octal13720712736044571562654
Binary1011111100001111010111111100100100101111110111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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