#698D81

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

Shades of Patina #698D81

Tints of Patina #698D81

Color information

#698D81 (or 0x698D81) is unknown color: approx Patina. HEX triplet: 69, 8D and 81. RGB value is (105,141,129). Sum of RGB (Red+Green+Blue) = 105+141+129=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 141 - color contains mainly: green. Hex color #698D81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698D81 is #96727E. Grayscale: #808080. Windows color (decimal): -9859711 or 8490345. OLE color: 8490345.

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

Color convert

RGB105141129-
CMYK0.2600.090.45
HSL160º14.63%48.24%-
HSV(B)160º25.53%55.29%-
XYZ19.3123.6424.31-
YUV128.87128.07110.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28%
GREEN value IS 141 (55.47% from 255) = 37.6%
BLUE value IS 129 (50.78% from 255) = 34.4%
R=28%
G=37.6%
B=34.4%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1051411290.2600.090.4516014.6348.24
Hex698D811A092Da0f30
Octal15121520132011552401760
Binary110100110001101100000011101001001101101101000001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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