#698F85

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

Shades of Patina #698F85

Tints of Patina #698F85

Color information

#698F85 (or 0x698F85) is unknown color: approx Patina. HEX triplet: 69, 8F and 85. RGB value is (105,143,133). Sum of RGB (Red+Green+Blue) = 105+143+133=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 143 - color contains mainly: green. Hex color #698F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698F85 is #96707A. Grayscale: #828282. Windows color (decimal): -9859195 or 8753001. OLE color: 8753001.

HSL color Cylindrical-coordinate representation of color #698F85: hue angle of 164.21º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #698F85 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB105143133-
CMYK0.2700.070.44
HSL164.21º15.32%48.63%-
HSV(B)164.21º26.57%56.08%-
XYZ19.8824.3425.84-
YUV130.5129.41109.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.56%
GREEN value IS 143 (56.25% from 255) = 37.53%
BLUE value IS 133 (52.34% from 255) = 34.91%
R=27.56%
G=37.53%
B=34.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051431330.2700.070.44164.2115.3248.63
Hex698F851B072Ca4f31
Octal1512172053307542441761
Binary11010011000111110000101110110111101100101001001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,143,133); }

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

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

 a { background-color: rgb(105,143,133); }

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

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

 span { border-color: rgb(105,143,133); }

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