#5F8A63

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

Shades of Hippie Green #5F8A63

Tints of Hippie Green #5F8A63

Color information

#5F8A63 (or 0x5F8A63) is unknown color: approx Hippie Green. HEX triplet: 5F, 8A and 63. RGB value is (95,138,99). Sum of RGB (Red+Green+Blue) = 95+138+99=332 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.61% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 138 - color contains mainly: green. Hex color #5F8A63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8A63 is #A0759C. Grayscale: #787878. Windows color (decimal): -10515869 or 6523487. OLE color: 6523487.

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

Color convert

RGB9513899-
CMYK0.3100.280.46
HSL125.58º18.45%45.69%-
HSV(B)125.58º31.16%54.12%-
XYZ16.0621.5115.11-
YUV120.7115.75109.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.61%
GREEN value IS 138 (54.30% from 255) = 41.57%
BLUE value IS 99 (39.06% from 255) = 29.82%
R=28.61%
G=41.57%
B=29.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal95138990.3100.280.46125.5818.4545.69
Hex5F8A631F01C2E7e122e
Octal13721214337034561762256
Binary101111110001010110001111111011100101110111111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,138,99); }

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

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

 a { background-color: rgb(95,138,99); }

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

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

 span { border-color: rgb(95,138,99); }

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