#689B81

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

Shades of Patina #689B81

Tints of Patina #689B81

Color information

#689B81 (or 0x689B81) is unknown color: approx Patina. HEX triplet: 68, 9B and 81. RGB value is (104,155,129). Sum of RGB (Red+Green+Blue) = 104+155+129=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 155 - color contains mainly: green. Hex color #689B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689B81 is #97647E. Grayscale: #888888. Windows color (decimal): -9921663 or 8493928. OLE color: 8493928.

HSL color Cylindrical-coordinate representation of color #689B81: hue angle of 149.41º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #689B81 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB104155129-
CMYK0.3300.170.39
HSL149.41º20.32%50.78%-
HSV(B)149.41º32.9%60.78%-
XYZ21.3927.9725.04-
YUV136.79123.6104.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.80%
GREEN value IS 155 (60.94% from 255) = 39.95%
BLUE value IS 129 (50.78% from 255) = 33.25%
R=26.80%
G=39.95%
B=33.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041551290.3300.170.39149.4120.3250.78
Hex689B812101127951433
Octal15023320141021472252463
Binary110100010011011100000011000010100011001111001010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689B81; }

 p { color: rgb(104,155,129); }

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

<style>
 a { background-color: #689B81; }

 a { background-color: rgb(104,155,129); }

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

<style>
 span { border-color: #689B81; }

 span { border-color: rgb(104,155,129); }

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