#688B66

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

Shades of Hippie Green #688B66

Tints of Hippie Green #688B66

Color information

#688B66 (or 0x688B66) is unknown color: approx Hippie Green. HEX triplet: 68, 8B and 66. RGB value is (104,139,102). Sum of RGB (Red+Green+Blue) = 104+139+102=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 139 - color contains mainly: green. Hex color #688B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688B66 is #977499. Grayscale: #7C7C7C. Windows color (decimal): -9925786 or 6720360. OLE color: 6720360.

HSL color Cylindrical-coordinate representation of color #688B66: hue angle of 116.76º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #688B66 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB104139102-
CMYK0.2500.270.45
HSL116.76º15.35%47.25%-
HSV(B)116.76º26.62%54.51%-
XYZ17.3422.3715.97-
YUV124.32115.4113.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.14%
GREEN value IS 139 (54.69% from 255) = 40.29%
BLUE value IS 102 (40.23% from 255) = 29.57%
R=30.14%
G=40.29%
B=29.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041391020.2500.270.45116.7615.3547.25
Hex688B661901B2D75f2f
Octal15021314631033551651757
Binary11010001000101111001101100101101110110111101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688B66; }

 p { color: rgb(104,139,102); }

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

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

 a { background-color: rgb(104,139,102); }

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

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

 span { border-color: rgb(104,139,102); }

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