#5F9F5F

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

Shades of Hippie Green #5F9F5F

Tints of Hippie Green #5F9F5F

Color information

#5F9F5F (or 0x5F9F5F) is unknown color: approx Hippie Green. HEX triplet: 5F, 9F and 5F. RGB value is (95,159,95). Sum of RGB (Red+Green+Blue) = 95+159+95=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 159 - color contains mainly: green. Hex color #5F9F5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9F5F is #A060A0. Grayscale: #848484. Windows color (decimal): -10510497 or 6266719. OLE color: 6266719.

HSL color Cylindrical-coordinate representation of color #5F9F5F: hue angle of 120º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F9F5F is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB9515995-
CMYK0.4000.400.38
HSL120º25.2%49.8%-
HSV(B)120º40.25%62.35%-
XYZ19.1828.0615.23-
YUV132.57106.8101.2-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.22%
GREEN value IS 159 (62.5% from 255) = 45.56%
BLUE value IS 95 (37.5% from 255) = 27.22%
R=27.22%
G=45.56%
B=27.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95159950.4000.400.3812025.249.8
Hex5F9F5F2802826781932
Octal13723713750050461703162
Binary10111111001111110111111010000101000100110111100011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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