#5F9055

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

Shades of Hippie Green #5F9055

Tints of Hippie Green #5F9055

Color information

#5F9055 (or 0x5F9055) is unknown color: approx Hippie Green. HEX triplet: 5F, 90 and 55. RGB value is (95,144,85). Sum of RGB (Red+Green+Blue) = 95+144+85=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #5F9055 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9055 is #A06FAA. Grayscale: #7A7A7A. Windows color (decimal): -10514347 or 5607519. OLE color: 5607519.

HSL color Cylindrical-coordinate representation of color #5F9055: hue angle of 109.83º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5F9055 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB9514485-
CMYK0.3400.410.44
HSL109.83º25.76%44.9%-
HSV(B)109.83º40.97%56.47%-
XYZ16.3323.0412.18-
YUV122.62106.77108.3-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.32%
GREEN value IS 144 (56.64% from 255) = 44.44%
BLUE value IS 85 (33.59% from 255) = 26.23%
R=29.32%
G=44.44%
B=26.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal95144850.3400.410.44109.8325.7644.9
Hex5F9055220292C6e1a2d
Octal13722012542051541563255
Binary10111111001000010101011000100101001101100110111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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