#688065

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

Shades of Hippie Green #688065

Tints of Hippie Green #688065

Color information

#688065 (or 0x688065) is unknown color: approx Hippie Green. HEX triplet: 68, 80 and 65. RGB value is (104,128,101). Sum of RGB (Red+Green+Blue) = 104+128+101=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 128 - color contains mainly: green. Hex color #688065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688065 is #977F9A. Grayscale: #757575. Windows color (decimal): -9928603 or 6652008. OLE color: 6652008.

HSL color Cylindrical-coordinate representation of color #688065: hue angle of 113.33º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #688065 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB104128101-
CMYK0.1900.210.50
HSL113.33º11.79%44.9%-
HSV(B)113.33º21.09%50.2%-
XYZ15.7819.3215.21-
YUV117.75118.55118.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 128 (50.39% from 255) = 38.44%
BLUE value IS 101 (39.84% from 255) = 30.33%
R=31.23%
G=38.44%
B=30.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1041281010.1900.210.50113.3311.7944.9
Hex688065130153271c2d
Octal15020014523025621611455
Binary11010001000000011001011001101010111001011100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688065; }

 p { color: rgb(104,128,101); }

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

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

 a { background-color: rgb(104,128,101); }

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

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

 span { border-color: rgb(104,128,101); }

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