#688C83

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

Shades of Patina #688C83

Tints of Patina #688C83

Color information

#688C83 (or 0x688C83) is unknown color: approx Patina. HEX triplet: 68, 8C and 83. RGB value is (104,140,131). Sum of RGB (Red+Green+Blue) = 104+140+131=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 140 - color contains mainly: green. Hex color #688C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688C83 is #97737C. Grayscale: #808080. Windows color (decimal): -9925501 or 8621160. OLE color: 8621160.

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

Color convert

RGB104140131-
CMYK0.2600.060.45
HSL165º14.75%47.84%-
HSV(B)165º25.71%54.9%-
XYZ19.1823.3424.97-
YUV128.21129.57110.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 140 (55.08% from 255) = 37.33%
BLUE value IS 131 (51.56% from 255) = 34.93%
R=27.73%
G=37.33%
B=34.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041401310.2600.060.4516514.7547.84
Hex688C831A062Da5f30
Octal1502142033206552451760
Binary11010001000110010000011110100110101101101001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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