#699B8B

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

Shades of Patina #699B8B

Tints of Patina #699B8B

Color information

#699B8B (or 0x699B8B) is unknown color: approx Patina. HEX triplet: 69, 9B and 8B. RGB value is (105,155,139). Sum of RGB (Red+Green+Blue) = 105+155+139=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #699B8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699B8B is #966474. Grayscale: #8A8A8A. Windows color (decimal): -9856117 or 9149289. OLE color: 9149289.

HSL color Cylindrical-coordinate representation of color #699B8B: hue angle of 160.8º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #699B8B is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB105155139-
CMYK0.3200.100.39
HSL160.8º20%50.98%-
HSV(B)160.8º32.26%60.78%-
XYZ22.2128.3128.72-
YUV138.23128.44104.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.32%
GREEN value IS 155 (60.94% from 255) = 38.85%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=26.32%
G=38.85%
B=34.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1051551390.3200.100.39160.82050.98
Hex699B8B200A27a11433
Octal15123321340012472412463
Binary11010011001101110001011100000010101001111010000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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