#689187

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

Shades of Patina #689187

Tints of Patina #689187

Color information

#689187 (or 0x689187) is unknown color: approx Patina. HEX triplet: 68, 91 and 87. RGB value is (104,145,135). Sum of RGB (Red+Green+Blue) = 104+145+135=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 145 - color contains mainly: green. Hex color #689187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689187 is #976E78. Grayscale: #838383. Windows color (decimal): -9924217 or 8884584. OLE color: 8884584.

HSL color Cylindrical-coordinate representation of color #689187: hue angle of 165.37º 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 #689187 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB104145135-
CMYK0.2800.070.43
HSL165.37º16.47%48.82%-
HSV(B)165.37º28.28%56.86%-
XYZ20.2124.9426.67-
YUV131.6129.92108.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.08%
GREEN value IS 145 (57.03% from 255) = 37.76%
BLUE value IS 135 (53.12% from 255) = 35.16%
R=27.08%
G=37.76%
B=35.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041451350.2800.070.43165.3716.4748.82
Hex6891871C072Ba51031
Octal1502212073407532452061
Binary110100010010001100001111110001111010111010010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689187; }

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

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

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

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

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

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

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

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