#5f8557

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

Shades of Hippie Green #5F8557

Tints of Hippie Green #5F8557

Color information

#5F8557 (or 0x5F8557) is unknown color: approx Hippie Green. HEX triplet: 5F, 85 and 57. RGB value is (95,133,87). Sum of RGB (Red+Green+Blue) = 95+133+87=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #5F8557 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8557 is #A07AA8. Grayscale: #747474. Windows color (decimal): -10517161 or 5735775. OLE color: 5735775.

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

Color convert

RGB9513387-
CMYK0.2900.350.48
HSL109.57º20.91%43.14%-
HSV(B)109.57º34.59%52.16%-
XYZ14.8319.912.08-
YUV116.39111.41112.74-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.16%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 87 (34.38% from 255) = 27.62%
R=30.16%
G=42.22%
B=27.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal95133870.2900.350.48109.5720.9143.14
Hex5F85571D023306e152b
Octal13720512735043601562553
Binary1011111100001011010111111010100011110000110111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f8557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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