#679386

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

Shades of Patina #679386

Tints of Patina #679386

Color information

#679386 (or 0x679386) is unknown color: approx Patina. HEX triplet: 67, 93 and 86. RGB value is (103,147,134). Sum of RGB (Red+Green+Blue) = 103+147+134=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #679386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679386 is #986C79. Grayscale: #848484. Windows color (decimal): -9989242 or 8819559. OLE color: 8819559.

HSL color Cylindrical-coordinate representation of color #679386: hue angle of 162.27º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #679386 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB103147134-
CMYK0.3000.090.42
HSL162.27º17.6%49.02%-
HSV(B)162.27º29.93%57.65%-
XYZ20.3325.4726.4-
YUV132.36128.92107.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.82%
GREEN value IS 147 (57.81% from 255) = 38.28%
BLUE value IS 134 (52.73% from 255) = 34.90%
R=26.82%
G=38.28%
B=34.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031471340.3000.090.42162.2717.649.02
Hex6793861E092Aa21231
Octal14722320636011522422261
Binary1100111100100111000011011110010011010101010001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679386; }

 p { color: rgb(103,147,134); }

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

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

 a { background-color: rgb(103,147,134); }

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

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

 span { border-color: rgb(103,147,134); }

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