#5F8961

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

Shades of Hippie Green #5F8961

Tints of Hippie Green #5F8961

Color information

#5F8961 (or 0x5F8961) is unknown color: approx Hippie Green. HEX triplet: 5F, 89 and 61. RGB value is (95,137,97). Sum of RGB (Red+Green+Blue) = 95+137+97=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #5F8961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8961 is #A0769E. Grayscale: #787878. Windows color (decimal): -10516127 or 6392159. OLE color: 6392159.

HSL color Cylindrical-coordinate representation of color #5F8961: hue angle of 122.86º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F8961 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB9513797-
CMYK0.3100.290.46
HSL122.86º18.1%45.49%-
HSV(B)122.86º30.66%53.73%-
XYZ15.8221.1914.56-
YUV119.88115.09110.25-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.88%
GREEN value IS 137 (53.91% from 255) = 41.64%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=28.88%
G=41.64%
B=29.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal95137970.3100.290.46122.8618.145.49
Hex5F89611F01D2E7b122d
Octal13721114137035561732255
Binary101111110001001110000111111011101101110111101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,137,97); }

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

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

 a { background-color: rgb(95,137,97); }

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

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

 span { border-color: rgb(95,137,97); }

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