#688D7E

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

Shades of Patina #688D7E

Tints of Patina #688D7E

Color information

#688D7E (or 0x688D7E) is unknown color: approx Patina. HEX triplet: 68, 8D and 7E. RGB value is (104,141,126). Sum of RGB (Red+Green+Blue) = 104+141+126=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 141 - color contains mainly: green. Hex color #688D7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688D7E is #977281. Grayscale: #808080. Windows color (decimal): -9925250 or 8293736. OLE color: 8293736.

HSL color Cylindrical-coordinate representation of color #688D7E: hue angle of 155.68º 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 #688D7E is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB104141126-
CMYK0.2600.110.45
HSL155.68º15.1%48.04%-
HSV(B)155.68º26.24%55.29%-
XYZ1923.523.27-
YUV128.23126.74110.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.03%
GREEN value IS 141 (55.47% from 255) = 38.01%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=28.03%
G=38.01%
B=33.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041411260.2600.110.45155.6815.148.04
Hex688D7E1A0B2D9cf30
Octal15021517632013552341760
Binary11010001000110111111101101001011101101100111001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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