#5F955E

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

Shades of Hippie Green #5F955E

Tints of Hippie Green #5F955E

Color information

#5F955E (or 0x5F955E) is unknown color: approx Hippie Green. HEX triplet: 5F, 95 and 5E. RGB value is (95,149,94). Sum of RGB (Red+Green+Blue) = 95+149+94=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #5F955E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F955E is #A06AA1. Grayscale: #7E7E7E. Windows color (decimal): -10513058 or 6198623. OLE color: 6198623.

HSL color Cylindrical-coordinate representation of color #5F955E: hue angle of 118.91º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F955E is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB9514994-
CMYK0.3600.370.42
HSL118.91º22.63%47.65%-
HSV(B)118.91º36.91%58.43%-
XYZ17.4924.7414.44-
YUV126.58109.61105.47-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.11%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 94 (37.11% from 255) = 27.81%
R=28.11%
G=44.08%
B=27.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal95149940.3600.370.42118.9122.6347.65
Hex5F955E240252A771730
Octal13722513644045521672760
Binary10111111001010110111101001000100101101010111011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F955E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,149,94); }

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

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

 a { background-color: rgb(95,149,94); }

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

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

 span { border-color: rgb(95,149,94); }

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