#5F895A

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

Shades of Hippie Green #5F895A

Tints of Hippie Green #5F895A

Color information

#5F895A (or 0x5F895A) is unknown color: approx Hippie Green. HEX triplet: 5F, 89 and 5A. RGB value is (95,137,90). Sum of RGB (Red+Green+Blue) = 95+137+90=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #5F895A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F895A is #A076A5. Grayscale: #777777. Windows color (decimal): -10516134 or 5933407. OLE color: 5933407.

HSL color Cylindrical-coordinate representation of color #5F895A: hue angle of 113.62º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F895A is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB9513790-
CMYK0.3100.340.46
HSL113.62º20.7%44.51%-
HSV(B)113.62º34.31%53.73%-
XYZ15.5121.0612.92-
YUV119.08111.59110.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.50%
GREEN value IS 137 (53.91% from 255) = 42.55%
BLUE value IS 90 (35.55% from 255) = 27.95%
R=29.50%
G=42.55%
B=27.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal95137900.3100.340.46113.6220.744.51
Hex5F895A1F0222E72152d
Octal13721113237042561622555
Binary1011111100010011011010111110100010101110111001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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