#679287

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

Shades of Patina #679287

Tints of Patina #679287

Color information

#679287 (or 0x679287) is unknown color: approx Patina. HEX triplet: 67, 92 and 87. RGB value is (103,146,135). Sum of RGB (Red+Green+Blue) = 103+146+135=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 146 - color contains mainly: green. Hex color #679287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679287 is #986D78. Grayscale: #838383. Windows color (decimal): -9989497 or 8884839. OLE color: 8884839.

HSL color Cylindrical-coordinate representation of color #679287: hue angle of 164.65º 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 #679287 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB103146135-
CMYK0.2900.080.43
HSL164.65º17.27%48.82%-
HSV(B)164.65º29.45%57.25%-
XYZ20.2525.1926.72-
YUV131.89129.75107.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.82%
GREEN value IS 146 (57.42% from 255) = 38.02%
BLUE value IS 135 (53.12% from 255) = 35.16%
R=26.82%
G=38.02%
B=35.16%

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
Decimal1031461350.2900.080.43164.6517.2748.82
Hex6792871D082Ba51131
Octal14722220735010532452161
Binary1100111100100101000011111101010001010111010010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679287; }

 p { color: rgb(103,146,135); }

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

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

 a { background-color: rgb(103,146,135); }

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

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

 span { border-color: rgb(103,146,135); }

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