#698980

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

Shades of Patina #698980

Tints of Patina #698980

Color information

#698980 (or 0x698980) is unknown color: approx Patina. HEX triplet: 69, 89 and 80. RGB value is (105,137,128). Sum of RGB (Red+Green+Blue) = 105+137+128=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 137 - color contains mainly: green. Hex color #698980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698980 is #96767F. Grayscale: #7E7E7E. Windows color (decimal): -9860736 or 8423785. OLE color: 8423785.

HSL color Cylindrical-coordinate representation of color #698980: hue angle of 163.12º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698980 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB105137128-
CMYK0.2300.070.46
HSL163.12º13.22%47.45%-
HSV(B)163.12º23.36%53.73%-
XYZ18.6722.4523.77-
YUV126.41128.9112.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.38%
GREEN value IS 137 (53.91% from 255) = 37.03%
BLUE value IS 128 (50.39% from 255) = 34.59%
R=28.38%
G=37.03%
B=34.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1051371280.2300.070.46163.1213.2247.45
Hex69898017072Ea3d2f
Octal1512112002707562431557
Binary11010011000100110000000101110111101110101000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698980; }

 p { color: rgb(105,137,128); }

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

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

 a { background-color: rgb(105,137,128); }

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

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

 span { border-color: rgb(105,137,128); }

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