#698B7D

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

Shades of Patina #698B7D

Tints of Patina #698B7D

Color information

#698B7D (or 0x698B7D) is unknown color: approx Patina. HEX triplet: 69, 8B and 7D. RGB value is (105,139,125). Sum of RGB (Red+Green+Blue) = 105+139+125=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 139 - color contains mainly: green. Hex color #698B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698B7D is #967482. Grayscale: #7F7F7F. Windows color (decimal): -9860227 or 8227689. OLE color: 8227689.

HSL color Cylindrical-coordinate representation of color #698B7D: hue angle of 155.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #698B7D is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB105139125-
CMYK0.2400.100.45
HSL155.29º13.93%47.84%-
HSV(B)155.29º24.46%54.51%-
XYZ18.7622.9522.84-
YUV127.24126.74112.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.46%
GREEN value IS 139 (54.69% from 255) = 37.67%
BLUE value IS 125 (49.22% from 255) = 33.88%
R=28.46%
G=37.67%
B=33.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1051391250.2400.100.45155.2913.9347.84
Hex698B7D180A2D9be30
Octal15121317530012552331660
Binary11010011000101111111011100001010101101100110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698B7D; }

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

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

<style>
 a { background-color: #698B7D; }

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

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

<style>
 span { border-color: #698B7D; }

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

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