#699D8B

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

Shades of Patina #699D8B

Tints of Patina #699D8B

Color information

#699D8B (or 0x699D8B) is unknown color: approx Patina. HEX triplet: 69, 9D and 8B. RGB value is (105,157,139). Sum of RGB (Red+Green+Blue) = 105+157+139=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 157 - color contains mainly: green. Hex color #699D8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699D8B is #966274. Grayscale: #8B8B8B. Windows color (decimal): -9855605 or 9149801. OLE color: 9149801.

HSL color Cylindrical-coordinate representation of color #699D8B: hue angle of 159.23º 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 #699D8B is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB105157139-
CMYK0.3300.110.38
HSL159.23º20.97%51.37%-
HSV(B)159.23º33.12%61.57%-
XYZ22.5428.9828.83-
YUV139.4127.77103.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.18%
GREEN value IS 157 (61.72% from 255) = 39.15%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=26.18%
G=39.15%
B=34.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051571390.3300.110.38159.2320.9751.37
Hex699D8B210B269f1533
Octal15123521341013462372563
Binary11010011001110110001011100001010111001101001111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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