#68A089

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

Shades of Patina #68A089

Tints of Patina #68A089

Color information

#68A089 (or 0x68A089) is unknown color: approx Patina. HEX triplet: 68, A0 and 89. RGB value is (104,160,137). Sum of RGB (Red+Green+Blue) = 104+160+137=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 160 - color contains mainly: green. Hex color #68A089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A089 is #975F76. Grayscale: #8C8C8C. Windows color (decimal): -9920375 or 9019496. OLE color: 9019496.

HSL color Cylindrical-coordinate representation of color #68A089: hue angle of 155.36º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68A089 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB104160137-
CMYK0.3500.140.37
HSL155.36º22.76%51.76%-
HSV(B)155.36º35%62.75%-
XYZ22.829.8928.23-
YUV140.63125.95101.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.94%
GREEN value IS 160 (62.89% from 255) = 39.90%
BLUE value IS 137 (53.91% from 255) = 34.16%
R=25.94%
G=39.90%
B=34.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1041601370.3500.140.37155.3622.7651.76
Hex68A089230E259b1734
Octal15024021143016452332764
Binary11010001010000010001001100011011101001011001101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A089; }

 p { color: rgb(104,160,137); }

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

<style>
 a { background-color: #68A089; }

 a { background-color: rgb(104,160,137); }

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

<style>
 span { border-color: #68A089; }

 span { border-color: rgb(104,160,137); }

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