#688E83

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

Shades of Patina #688E83

Tints of Patina #688E83

Color information

#688E83 (or 0x688E83) is unknown color: approx Patina. HEX triplet: 68, 8E and 83. RGB value is (104,142,131). Sum of RGB (Red+Green+Blue) = 104+142+131=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 142 - color contains mainly: green. Hex color #688E83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688E83 is #97717C. Grayscale: #818181. Windows color (decimal): -9924989 or 8621672. OLE color: 8621672.

HSL color Cylindrical-coordinate representation of color #688E83: hue angle of 162.63º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #688E83 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB104142131-
CMYK0.2700.080.44
HSL162.63º15.45%48.24%-
HSV(B)162.63º26.76%55.69%-
XYZ19.4823.9325.06-
YUV129.38128.91109.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.59%
GREEN value IS 142 (55.86% from 255) = 37.67%
BLUE value IS 131 (51.56% from 255) = 34.75%
R=27.59%
G=37.67%
B=34.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041421310.2700.080.44162.6315.4548.24
Hex688E831B082Ca3f30
Octal15021620333010542431760
Binary110100010001110100000111101101000101100101000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,142,131); }

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

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

 a { background-color: rgb(104,142,131); }

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

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

 span { border-color: rgb(104,142,131); }

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