#698D7E

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

Shades of Patina #698D7E

Tints of Patina #698D7E

Color information

#698D7E (or 0x698D7E) is unknown color: approx Patina. HEX triplet: 69, 8D and 7E. RGB value is (105,141,126). Sum of RGB (Red+Green+Blue) = 105+141+126=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 141 - color contains mainly: green. Hex color #698D7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698D7E is #967281. Grayscale: #808080. Windows color (decimal): -9859714 or 8293737. OLE color: 8293737.

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

Color convert

RGB105141126-
CMYK0.2600.110.45
HSL155º14.63%48.24%-
HSV(B)155º25.53%55.29%-
XYZ19.1223.5623.28-
YUV128.53126.57111.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.23%
GREEN value IS 141 (55.47% from 255) = 37.90%
BLUE value IS 126 (49.61% from 255) = 33.87%
R=28.23%
G=37.90%
B=33.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1051411260.2600.110.4515514.6348.24
Hex698D7E1A0B2D9bf30
Octal15121517632013552331760
Binary11010011000110111111101101001011101101100110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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