#5F815A

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

Shades of Hippie Green #5F815A

Tints of Hippie Green #5F815A

Color information

#5F815A (or 0x5F815A) is unknown color: approx Hippie Green. HEX triplet: 5F, 81 and 5A. RGB value is (95,129,90). Sum of RGB (Red+Green+Blue) = 95+129+90=314 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.25% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #5F815A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F815A is #A07EA5. Grayscale: #727272. Windows color (decimal): -10518182 or 5931359. OLE color: 5931359.

HSL color Cylindrical-coordinate representation of color #5F815A: hue angle of 112.31º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F815A is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB9512990-
CMYK0.2600.300.49
HSL112.31º17.81%42.94%-
HSV(B)112.31º30.23%50.59%-
XYZ14.4218.8712.56-
YUV114.39114.24114.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.25%
GREEN value IS 129 (50.78% from 255) = 41.08%
BLUE value IS 90 (35.55% from 255) = 28.66%
R=30.25%
G=41.08%
B=28.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal95129900.2600.300.49112.3117.8142.94
Hex5F815A1A01E3170122b
Octal13720113232036611602253
Binary101111110000001101101011010011110110001111000010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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