#5F8857

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

Shades of Hippie Green #5F8857

Tints of Hippie Green #5F8857

Color information

#5F8857 (or 0x5F8857) is unknown color: approx Hippie Green. HEX triplet: 5F, 88 and 57. RGB value is (95,136,87). Sum of RGB (Red+Green+Blue) = 95+136+87=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 87 (34.38% from 255 or 27.36% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #5F8857 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8857 is #A077A8. Grayscale: #767676. Windows color (decimal): -10516393 or 5736543. OLE color: 5736543.

HSL color Cylindrical-coordinate representation of color #5F8857: hue angle of 110.2º 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 #5F8857 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB9513687-
CMYK0.3000.360.47
HSL110.2º21.97%43.73%-
HSV(B)110.2º36.03%53.33%-
XYZ15.2420.7312.21-
YUV118.16110.42111.48-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.87%
GREEN value IS 136 (53.52% from 255) = 42.77%
BLUE value IS 87 (34.38% from 255) = 27.36%
R=29.87%
G=42.77%
B=27.36%

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
Decimal95136870.3000.360.47110.221.9743.73
Hex5F88571E0242F6e162c
Octal13721012736044571562654
Binary1011111100010001010111111100100100101111110111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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