#679E8A

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

Shades of Patina #679E8A

Tints of Patina #679E8A

Color information

#679E8A (or 0x679E8A) is unknown color: approx Patina. HEX triplet: 67, 9E and 8A. RGB value is (103,158,138). Sum of RGB (Red+Green+Blue) = 103+158+138=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 158 - color contains mainly: green. Hex color #679E8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679E8A is #986175. Grayscale: #8B8B8B. Windows color (decimal): -9986422 or 9084519. OLE color: 9084519.

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

Color convert

RGB103158138-
CMYK0.3500.130.38
HSL158.18º22.09%51.18%-
HSV(B)158.18º34.81%61.96%-
XYZ22.4129.1728.49-
YUV139.28127.28102.13-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.81%
GREEN value IS 158 (62.11% from 255) = 39.60%
BLUE value IS 138 (54.30% from 255) = 34.59%
R=25.81%
G=39.60%
B=34.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031581380.3500.130.38158.1822.0951.18
Hex679E8A230D269e1633
Octal14723621243015462362663
Binary11001111001111010001010100011011011001101001111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,158,138); }

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

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

 a { background-color: rgb(103,158,138); }

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

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

 span { border-color: rgb(103,158,138); }

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