#678C80

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

Shades of Patina #678C80

Tints of Patina #678C80

Color information

#678C80 (or 0x678C80) is unknown color: approx Patina. HEX triplet: 67, 8C and 80. RGB value is (103,140,128). Sum of RGB (Red+Green+Blue) = 103+140+128=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 140 - color contains mainly: green. Hex color #678C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678C80 is #98737F. Grayscale: #7F7F7F. Windows color (decimal): -9991040 or 8424551. OLE color: 8424551.

HSL color Cylindrical-coordinate representation of color #678C80: hue angle of 160.54º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #678C80 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB103140128-
CMYK0.2600.090.45
HSL160.54º15.23%47.65%-
HSV(B)160.54º26.43%54.9%-
XYZ18.8723.223.91-
YUV127.57128.24110.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.76%
GREEN value IS 140 (55.08% from 255) = 37.74%
BLUE value IS 128 (50.39% from 255) = 34.50%
R=27.76%
G=37.74%
B=34.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1031401280.2600.090.45160.5415.2347.65
Hex678C801A092Da1f30
Octal14721420032011552411760
Binary110011110001100100000001101001001101101101000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678C80; }

 p { color: rgb(103,140,128); }

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

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

 a { background-color: rgb(103,140,128); }

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

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

 span { border-color: rgb(103,140,128); }

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