#688664

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

Shades of Hippie Green #688664

Tints of Hippie Green #688664

Color information

#688664 (or 0x688664) is unknown color: approx Hippie Green. HEX triplet: 68, 86 and 64. RGB value is (104,134,100). Sum of RGB (Red+Green+Blue) = 104+134+100=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #688664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688664 is #97799B. Grayscale: #797979. Windows color (decimal): -9927068 or 6588008. OLE color: 6588008.

HSL color Cylindrical-coordinate representation of color #688664: hue angle of 112.94º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688664 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB104134100-
CMYK0.2200.250.47
HSL112.94º14.53%45.88%-
HSV(B)112.94º25.37%52.55%-
XYZ16.5320.9115.22-
YUV121.15116.06115.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.77%
GREEN value IS 134 (52.73% from 255) = 39.64%
BLUE value IS 100 (39.45% from 255) = 29.59%
R=30.77%
G=39.64%
B=29.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041341000.2200.250.47112.9414.5345.88
Hex688664160192F71f2e
Octal15020614426031571611756
Binary11010001000011011001001011001100110111111100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688664; }

 p { color: rgb(104,134,100); }

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

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

 a { background-color: rgb(104,134,100); }

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

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

 span { border-color: rgb(104,134,100); }

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