#689180

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

Shades of Patina #689180

Tints of Patina #689180

Color information

#689180 (or 0x689180) is unknown color: approx Patina. HEX triplet: 68, 91 and 80. RGB value is (104,145,128). Sum of RGB (Red+Green+Blue) = 104+145+128=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 145 - color contains mainly: green. Hex color #689180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689180 is #976E7F. Grayscale: #828282. Windows color (decimal): -9924224 or 8425832. OLE color: 8425832.

HSL color Cylindrical-coordinate representation of color #689180: hue angle of 155.12º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #689180 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB104145128-
CMYK0.2800.120.43
HSL155.12º16.47%48.82%-
HSV(B)155.12º28.28%56.86%-
XYZ19.7324.7524.16-
YUV130.8126.42108.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.59%
GREEN value IS 145 (57.03% from 255) = 38.46%
BLUE value IS 128 (50.39% from 255) = 33.95%
R=27.59%
G=38.46%
B=33.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041451280.2800.120.43155.1216.4748.82
Hex6891801C0C2B9b1031
Octal15022120034014532332061
Binary1101000100100011000000011100011001010111001101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689180; }

 p { color: rgb(104,145,128); }

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

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

 a { background-color: rgb(104,145,128); }

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

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

 span { border-color: rgb(104,145,128); }

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