#68897D

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

Shades of Patina #68897D

Tints of Patina #68897D

Color information

#68897D (or 0x68897D) is unknown color: approx Patina. HEX triplet: 68, 89 and 7D. RGB value is (104,137,125). Sum of RGB (Red+Green+Blue) = 104+137+125=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 137 - color contains mainly: green. Hex color #68897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68897D is #977682. Grayscale: #7D7D7D. Windows color (decimal): -9926275 or 8227176. OLE color: 8227176.

HSL color Cylindrical-coordinate representation of color #68897D: hue angle of 158.18º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #68897D is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB104137125-
CMYK0.2400.090.46
HSL158.18º13.69%47.25%-
HSV(B)158.18º24.09%53.73%-
XYZ18.3622.3222.74-
YUV125.76127.57112.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.42%
GREEN value IS 137 (53.91% from 255) = 37.43%
BLUE value IS 125 (49.22% from 255) = 34.15%
R=28.42%
G=37.43%
B=34.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041371250.2400.090.46158.1813.6947.25
Hex68897D18092E9ee2f
Octal15021117530011562361657
Binary11010001000100111111011100001001101110100111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68897D; }

 p { color: rgb(104,137,125); }

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

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

 a { background-color: rgb(104,137,125); }

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

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

 span { border-color: rgb(104,137,125); }

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