#688A5F

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

Shades of Hippie Green #688A5F

Tints of Hippie Green #688A5F

Color information

#688A5F (or 0x688A5F) is unknown color: approx Hippie Green. HEX triplet: 68, 8A and 5F. RGB value is (104,138,95). Sum of RGB (Red+Green+Blue) = 104+138+95=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 138 - color contains mainly: green. Hex color #688A5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688A5F is #9775A0. Grayscale: #7B7B7B. Windows color (decimal): -9926049 or 6261352. OLE color: 6261352.

HSL color Cylindrical-coordinate representation of color #688A5F: hue angle of 107.44º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #688A5F is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB10413895-
CMYK0.2500.310.46
HSL107.44º18.45%45.69%-
HSV(B)107.44º31.16%54.12%-
XYZ16.8621.9514.17-
YUV122.93112.24114.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.86%
GREEN value IS 138 (54.30% from 255) = 40.95%
BLUE value IS 95 (37.5% from 255) = 28.19%
R=30.86%
G=40.95%
B=28.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal104138950.2500.310.46107.4418.4545.69
Hex688A5F1901F2E6b122e
Octal15021213731037561532256
Binary110100010001010101111111001011111101110110101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,138,95); }

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

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

 a { background-color: rgb(104,138,95); }

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

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

 span { border-color: rgb(104,138,95); }

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