#698D7C

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

Shades of Patina #698D7C

Tints of Patina #698D7C

Color information

#698D7C (or 0x698D7C) is unknown color: approx Patina. HEX triplet: 69, 8D and 7C. RGB value is (105,141,124). Sum of RGB (Red+Green+Blue) = 105+141+124=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 141 - color contains mainly: green. Hex color #698D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698D7C is #967283. Grayscale: #808080. Windows color (decimal): -9859716 or 8162665. OLE color: 8162665.

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

Color convert

RGB105141124-
CMYK0.2600.120.45
HSL151.67º14.63%48.24%-
HSV(B)151.67º25.53%55.29%-
XYZ18.9923.5122.61-
YUV128.3125.57111.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.38%
GREEN value IS 141 (55.47% from 255) = 38.11%
BLUE value IS 124 (48.83% from 255) = 33.51%
R=28.38%
G=38.11%
B=33.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1051411240.2600.120.45151.6714.6348.24
Hex698D7C1A0C2D98f30
Octal15121517432014552301760
Binary11010011000110111111001101001100101101100110001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,141,124); }

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

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

 a { background-color: rgb(105,141,124); }

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

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

 span { border-color: rgb(105,141,124); }

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