#679186

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

Shades of Patina #679186

Tints of Patina #679186

Color information

#679186 (or 0x679186) is unknown color: approx Patina. HEX triplet: 67, 91 and 86. RGB value is (103,145,134). Sum of RGB (Red+Green+Blue) = 103+145+134=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 145 - color contains mainly: green. Hex color #679186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679186 is #986E79. Grayscale: #838383. Windows color (decimal): -9989754 or 8819047. OLE color: 8819047.

HSL color Cylindrical-coordinate representation of color #679186: hue angle of 164.29º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #679186 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB103145134-
CMYK0.2900.080.43
HSL164.29º16.94%48.63%-
HSV(B)164.29º28.97%56.86%-
XYZ20.0224.8626.3-
YUV131.19129.59107.89-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.96%
GREEN value IS 145 (57.03% from 255) = 37.96%
BLUE value IS 134 (52.73% from 255) = 35.08%
R=26.96%
G=37.96%
B=35.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031451340.2900.080.43164.2916.9448.63
Hex6791861D082Ba41131
Octal14722120635010532442161
Binary1100111100100011000011011101010001010111010010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679186; }

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

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

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

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

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

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

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

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