#688D7F

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

Shades of Patina #688D7F

Tints of Patina #688D7F

Color information

#688D7F (or 0x688D7F) is unknown color: approx Patina. HEX triplet: 68, 8D and 7F. RGB value is (104,141,127). Sum of RGB (Red+Green+Blue) = 104+141+127=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 141 - color contains mainly: green. Hex color #688D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688D7F is #977280. Grayscale: #808080. Windows color (decimal): -9925249 or 8359272. OLE color: 8359272.

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

Color convert

RGB104141127-
CMYK0.2600.100.45
HSL157.3º15.1%48.04%-
HSV(B)157.3º26.24%55.29%-
XYZ19.0623.5323.61-
YUV128.34127.24110.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.96%
GREEN value IS 141 (55.47% from 255) = 37.90%
BLUE value IS 127 (50% from 255) = 34.14%
R=27.96%
G=37.90%
B=34.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041411270.2600.100.45157.315.148.04
Hex688D7F1A0A2D9df30
Octal15021517732012552351760
Binary11010001000110111111111101001010101101100111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,141,127); }

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

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

 a { background-color: rgb(104,141,127); }

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

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

 span { border-color: rgb(104,141,127); }

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