#5F935E

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

Shades of Hippie Green #5F935E

Tints of Hippie Green #5F935E

Color information

#5F935E (or 0x5F935E) is unknown color: approx Hippie Green. HEX triplet: 5F, 93 and 5E. RGB value is (95,147,94). Sum of RGB (Red+Green+Blue) = 95+147+94=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 147 - color contains mainly: green. Hex color #5F935E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F935E is #A06CA1. Grayscale: #7D7D7D. Windows color (decimal): -10513570 or 6198111. OLE color: 6198111.

HSL color Cylindrical-coordinate representation of color #5F935E: hue angle of 118.87º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F935E is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB9514794-
CMYK0.3500.360.42
HSL118.87º21.99%47.25%-
HSV(B)118.87º36.05%57.65%-
XYZ17.1724.1114.34-
YUV125.41110.27106.31-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.27%
GREEN value IS 147 (57.81% from 255) = 43.75%
BLUE value IS 94 (37.11% from 255) = 27.98%
R=28.27%
G=43.75%
B=27.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal95147940.3500.360.42118.8721.9947.25
Hex5F935E230242A77162f
Octal13722313643044521672657
Binary10111111001001110111101000110100100101010111011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F935E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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