#699080

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

Shades of Patina #699080

Tints of Patina #699080

Color information

#699080 (or 0x699080) is unknown color: approx Patina. HEX triplet: 69, 90 and 80. RGB value is (105,144,128). Sum of RGB (Red+Green+Blue) = 105+144+128=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 144 - color contains mainly: green. Hex color #699080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699080 is #966F7F. Grayscale: #828282. Windows color (decimal): -9858944 or 8425577. OLE color: 8425577.

HSL color Cylindrical-coordinate representation of color #699080: hue angle of 155.38º degrees, saturation: 0.16, 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 #699080 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB105144128-
CMYK0.2700.110.44
HSL155.38º15.66%48.82%-
HSV(B)155.38º27.08%56.47%-
XYZ19.724.5124.11-
YUV130.51126.58109.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.85%
GREEN value IS 144 (56.64% from 255) = 38.20%
BLUE value IS 128 (50.39% from 255) = 33.95%
R=27.85%
G=38.20%
B=33.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051441280.2700.110.44155.3815.6648.82
Hex6990801B0B2C9b1031
Octal15122020033013542332061
Binary1101001100100001000000011011010111011001001101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699080; }

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

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

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

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

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

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

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

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