#698D7A

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

Shades of Patina #698D7A

Tints of Patina #698D7A

Color information

#698D7A (or 0x698D7A) is unknown color: approx Patina. HEX triplet: 69, 8D and 7A. RGB value is (105,141,122). Sum of RGB (Red+Green+Blue) = 105+141+122=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 141 - color contains mainly: green. Hex color #698D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698D7A is #967285. Grayscale: #808080. Windows color (decimal): -9859718 or 8031593. OLE color: 8031593.

HSL color Cylindrical-coordinate representation of color #698D7A: hue angle of 148.33º 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 #698D7A is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB105141122-
CMYK0.2600.130.45
HSL148.33º14.63%48.24%-
HSV(B)148.33º25.53%55.29%-
XYZ18.8623.4621.95-
YUV128.07124.57111.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.53%
GREEN value IS 141 (55.47% from 255) = 38.32%
BLUE value IS 122 (48.05% from 255) = 33.15%
R=28.53%
G=38.32%
B=33.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1051411220.2600.130.45148.3314.6348.24
Hex698D7A1A0D2D94f30
Octal15121517232015552241760
Binary11010011000110111110101101001101101101100101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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