#68895E

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

Shades of Hippie Green #68895E

Tints of Hippie Green #68895E

Color information

#68895E (or 0x68895E) is unknown color: approx Hippie Green. HEX triplet: 68, 89 and 5E. RGB value is (104,137,94). Sum of RGB (Red+Green+Blue) = 104+137+94=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 137 - color contains mainly: green. Hex color #68895E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68895E is #9776A1. Grayscale: #7A7A7A. Windows color (decimal): -9926306 or 6195560. OLE color: 6195560.

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

Color convert

RGB10413794-
CMYK0.2400.310.46
HSL106.05º18.61%45.29%-
HSV(B)106.05º31.39%53.73%-
XYZ16.6721.6413.89-
YUV122.23112.07115-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.04%
GREEN value IS 137 (53.91% from 255) = 40.90%
BLUE value IS 94 (37.11% from 255) = 28.06%
R=31.04%
G=40.90%
B=28.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal104137940.2400.310.46106.0518.6145.29
Hex68895E1801F2E6a132d
Octal15021113630037561522355
Binary110100010001001101111011000011111101110110101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68895E; }

 p { color: rgb(104,137,94); }

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

<style>
 a { background-color: #68895E; }

 a { background-color: rgb(104,137,94); }

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

<style>
 span { border-color: #68895E; }

 span { border-color: rgb(104,137,94); }

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