#699F89

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

Shades of Patina #699F89

Tints of Patina #699F89

Color information

#699F89 (or 0x699F89) is unknown color: approx Patina. HEX triplet: 69, 9F and 89. RGB value is (105,159,137). Sum of RGB (Red+Green+Blue) = 105+159+137=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 159 - color contains mainly: green. Hex color #699F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699F89 is #966076. Grayscale: #8C8C8C. Windows color (decimal): -9855095 or 9019241. OLE color: 9019241.

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

Color convert

RGB105159137-
CMYK0.3400.140.38
HSL155.56º21.95%51.76%-
HSV(B)155.56º33.96%62.35%-
XYZ22.7429.6128.18-
YUV140.35126.11102.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.18%
GREEN value IS 159 (62.5% from 255) = 39.65%
BLUE value IS 137 (53.91% from 255) = 34.16%
R=26.18%
G=39.65%
B=34.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051591370.3400.140.38155.5621.9551.76
Hex699F89220E269c1634
Octal15123721142016462342664
Binary11010011001111110001001100010011101001101001110010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699F89; }

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

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

<style>
 a { background-color: #699F89; }

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

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

<style>
 span { border-color: #699F89; }

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

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