#5F875A

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

Shades of Hippie Green #5F875A

Tints of Hippie Green #5F875A

Color information

#5F875A (or 0x5F875A) is unknown color: approx Hippie Green. HEX triplet: 5F, 87 and 5A. RGB value is (95,135,90). Sum of RGB (Red+Green+Blue) = 95+135+90=320 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.69% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #5F875A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F875A is #A078A5. Grayscale: #767676. Windows color (decimal): -10516646 or 5932895. OLE color: 5932895.

HSL color Cylindrical-coordinate representation of color #5F875A: hue angle of 113.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F875A is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB9513590-
CMYK0.3000.330.47
HSL113.33º20%44.12%-
HSV(B)113.33º33.33%52.94%-
XYZ15.2320.512.83-
YUV117.91112.25111.66-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.69%
GREEN value IS 135 (53.12% from 255) = 42.19%
BLUE value IS 90 (35.55% from 255) = 28.12%
R=29.69%
G=42.19%
B=28.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95135900.3000.330.47113.332044.12
Hex5F875A1E0212F71142c
Octal13720713236041571612454
Binary1011111100001111011010111100100001101111111000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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