#5F955F

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

Shades of Hippie Green #5F955F

Tints of Hippie Green #5F955F

Color information

#5F955F (or 0x5F955F) is unknown color: approx Hippie Green. HEX triplet: 5F, 95 and 5F. RGB value is (95,149,95). Sum of RGB (Red+Green+Blue) = 95+149+95=339 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.02% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #5F955F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F955F is #A06AA0. Grayscale: #7E7E7E. Windows color (decimal): -10513057 or 6264159. OLE color: 6264159.

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

Color convert

RGB9514995-
CMYK0.3600.360.42
HSL120º22.13%47.84%-
HSV(B)120º36.24%58.43%-
XYZ17.5324.7514.68-
YUV126.7110.11105.39-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.02%
GREEN value IS 149 (58.59% from 255) = 43.95%
BLUE value IS 95 (37.5% from 255) = 28.02%
R=28.02%
G=43.95%
B=28.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal95149950.3600.360.4212022.1347.84
Hex5F955F240242A781630
Octal13722513744044521702660
Binary10111111001010110111111001000100100101010111100010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,149,95); }

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

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

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

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

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

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

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