#679F89

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

Shades of Patina #679F89

Tints of Patina #679F89

Color information

#679F89 (or 0x679F89) is unknown color: approx Patina. HEX triplet: 67, 9F and 89. RGB value is (103,159,137). Sum of RGB (Red+Green+Blue) = 103+159+137=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 159 - color contains mainly: green. Hex color #679F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679F89 is #986076. Grayscale: #8B8B8B. Windows color (decimal): -9986167 or 9019239. OLE color: 9019239.

HSL color Cylindrical-coordinate representation of color #679F89: hue angle of 156.43º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #679F89 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB103159137-
CMYK0.3500.140.38
HSL156.43º22.58%51.37%-
HSV(B)156.43º35.22%62.35%-
XYZ22.5129.4928.17-
YUV139.75126.45101.79-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.81%
GREEN value IS 159 (62.5% from 255) = 39.85%
BLUE value IS 137 (53.91% from 255) = 34.34%
R=25.81%
G=39.85%
B=34.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031591370.3500.140.38156.4322.5851.37
Hex679F89230E269c1733
Octal14723721143016462342763
Binary11001111001111110001001100011011101001101001110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679F89; }

 p { color: rgb(103,159,137); }

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

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

 a { background-color: rgb(103,159,137); }

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

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

 span { border-color: rgb(103,159,137); }

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