#679F85

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

Shades of Patina #679F85

Tints of Patina #679F85

Color information

#679F85 (or 0x679F85) is unknown color: approx Patina. HEX triplet: 67, 9F and 85. RGB value is (103,159,133). Sum of RGB (Red+Green+Blue) = 103+159+133=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 159 - color contains mainly: green. Hex color #679F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679F85 is #98607A. Grayscale: #8B8B8B. Windows color (decimal): -9986171 or 8757095. OLE color: 8757095.

HSL color Cylindrical-coordinate representation of color #679F85: hue angle of 152.14º 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 #679F85 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB103159133-
CMYK0.3500.160.38
HSL152.14º22.58%51.37%-
HSV(B)152.14º35.22%62.35%-
XYZ22.2329.3726.69-
YUV139.29124.45102.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.08%
GREEN value IS 159 (62.5% from 255) = 40.25%
BLUE value IS 133 (52.34% from 255) = 33.67%
R=26.08%
G=40.25%
B=33.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031591330.3500.160.38152.1422.5851.37
Hex679F852301026981733
Octal14723720543020462302763
Binary110011110011111100001011000110100001001101001100010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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