#5F875F

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

Shades of Hippie Green #5F875F

Tints of Hippie Green #5F875F

Color information

#5F875F (or 0x5F875F) is unknown color: approx Hippie Green. HEX triplet: 5F, 87 and 5F. RGB value is (95,135,95). Sum of RGB (Red+Green+Blue) = 95+135+95=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #5F875F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F875F is #A078A0. Grayscale: #767676. Windows color (decimal): -10516641 or 6260575. OLE color: 6260575.

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

Color convert

RGB9513595-
CMYK0.3000.300.47
HSL120º17.39%45.1%-
HSV(B)120º29.63%52.94%-
XYZ15.4520.5913.99-
YUV118.48114.75111.25-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.23%
GREEN value IS 135 (53.12% from 255) = 41.54%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=29.23%
G=41.54%
B=29.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95135950.3000.300.4712017.3945.1
Hex5F875F1E01E2F78112d
Octal13720713736036571702155
Binary101111110000111101111111110011110101111111100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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