#69A089

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

Shades of Patina #69A089

Tints of Patina #69A089

Color information

#69A089 (or 0x69A089) is unknown color: approx Patina. HEX triplet: 69, A0 and 89. RGB value is (105,160,137). Sum of RGB (Red+Green+Blue) = 105+160+137=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 160 - color contains mainly: green. Hex color #69A089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A089 is #965F76. Grayscale: #8C8C8C. Windows color (decimal): -9854839 or 9019497. OLE color: 9019497.

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

Color convert

RGB105160137-
CMYK0.3400.140.37
HSL154.91º22.45%51.96%-
HSV(B)154.91º34.38%62.75%-
XYZ22.9129.9528.24-
YUV140.93125.78102.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.12%
GREEN value IS 160 (62.89% from 255) = 39.80%
BLUE value IS 137 (53.91% from 255) = 34.08%
R=26.12%
G=39.80%
B=34.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1051601370.3400.140.37154.9122.4551.96
Hex69A089220E259b1634
Octal15124021142016452332664
Binary11010011010000010001001100010011101001011001101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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