#679C8E

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

Shades of Patina #679C8E

Tints of Patina #679C8E

Color information

#679C8E (or 0x679C8E) is unknown color: approx Patina. HEX triplet: 67, 9C and 8E. RGB value is (103,156,142). Sum of RGB (Red+Green+Blue) = 103+156+142=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 156 - color contains mainly: green. Hex color #679C8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679C8E is #986371. Grayscale: #8A8A8A. Windows color (decimal): -9986930 or 9346151. OLE color: 9346151.

HSL color Cylindrical-coordinate representation of color #679C8E: hue angle of 164.15º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #679C8E is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB103156142-
CMYK0.3400.090.39
HSL164.15º21.12%50.78%-
HSV(B)164.15º33.97%61.18%-
XYZ22.3628.6129.94-
YUV138.56129.94102.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.69%
GREEN value IS 156 (61.33% from 255) = 38.90%
BLUE value IS 142 (55.86% from 255) = 35.41%
R=25.69%
G=38.90%
B=35.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1031561420.3400.090.39164.1521.1250.78
Hex679C8E220927a41533
Octal14723421642011472442563
Binary11001111001110010001110100010010011001111010010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,156,142); }

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

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

 a { background-color: rgb(103,156,142); }

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

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

 span { border-color: rgb(103,156,142); }

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