#5F8861

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

Shades of Hippie Green #5F8861

Tints of Hippie Green #5F8861

Color information

#5F8861 (or 0x5F8861) is unknown color: approx Hippie Green. HEX triplet: 5F, 88 and 61. RGB value is (95,136,97). Sum of RGB (Red+Green+Blue) = 95+136+97=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 136 - color contains mainly: green. Hex color #5F8861 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8861 is #A0779E. Grayscale: #777777. Windows color (decimal): -10516383 or 6391903. OLE color: 6391903.

HSL color Cylindrical-coordinate representation of color #5F8861: hue angle of 122.93º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F8861 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB9513697-
CMYK0.3000.290.47
HSL122.93º17.75%45.29%-
HSV(B)122.93º30.15%53.33%-
XYZ15.6820.914.52-
YUV119.29115.42110.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.96%
GREEN value IS 136 (53.52% from 255) = 41.46%
BLUE value IS 97 (38.28% from 255) = 29.57%
R=28.96%
G=41.46%
B=29.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95136970.3000.290.47122.9317.7545.29
Hex5F88611E01D2F7b122d
Octal13721014136035571732255
Binary101111110001000110000111110011101101111111101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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