#5F865E

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

Shades of Hippie Green #5F865E

Tints of Hippie Green #5F865E

Color information

#5F865E (or 0x5F865E) is unknown color: approx Hippie Green. HEX triplet: 5F, 86 and 5E. RGB value is (95,134,94). Sum of RGB (Red+Green+Blue) = 95+134+94=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #5F865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F865E is #A079A1. Grayscale: #757575. Windows color (decimal): -10516898 or 6194783. OLE color: 6194783.

HSL color Cylindrical-coordinate representation of color #5F865E: hue angle of 118.5º 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 #5F865E is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB9513494-
CMYK0.2900.300.47
HSL118.5º17.54%44.71%-
HSV(B)118.5º29.85%52.55%-
XYZ15.2620.2913.7-
YUV117.78114.58111.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.41%
GREEN value IS 134 (52.73% from 255) = 41.49%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=29.41%
G=41.49%
B=29.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95134940.2900.300.47118.517.5444.71
Hex5F865E1D01E2F76122d
Octal13720613635036571662255
Binary101111110000110101111011101011110101111111011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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