#699D89

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

Shades of Patina #699D89

Tints of Patina #699D89

Color information

#699D89 (or 0x699D89) is unknown color: approx Patina. HEX triplet: 69, 9D and 89. RGB value is (105,157,137). Sum of RGB (Red+Green+Blue) = 105+157+137=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 157 - color contains mainly: green. Hex color #699D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699D89 is #966276. Grayscale: #8B8B8B. Windows color (decimal): -9855607 or 9018729. OLE color: 9018729.

HSL color Cylindrical-coordinate representation of color #699D89: hue angle of 156.92º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699D89 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB105157137-
CMYK0.3300.130.38
HSL156.92º20.97%51.37%-
HSV(B)156.92º33.12%61.57%-
XYZ22.428.9228.07-
YUV139.17126.77103.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.32%
GREEN value IS 157 (61.72% from 255) = 39.35%
BLUE value IS 137 (53.91% from 255) = 34.34%
R=26.32%
G=39.35%
B=34.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051571370.3300.130.38156.9220.9751.37
Hex699D89210D269d1533
Octal15123521141015462352563
Binary11010011001110110001001100001011011001101001110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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