#679684

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

Shades of Patina #679684

Tints of Patina #679684

Color information

#679684 (or 0x679684) is unknown color: approx Patina. HEX triplet: 67, 96 and 84. RGB value is (103,150,132). Sum of RGB (Red+Green+Blue) = 103+150+132=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #679684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679684 is #98697B. Grayscale: #858585. Windows color (decimal): -9988476 or 8689255. OLE color: 8689255.

HSL color Cylindrical-coordinate representation of color #679684: hue angle of 157.02º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #679684 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB103150132-
CMYK0.3100.120.41
HSL157.02º18.58%49.61%-
HSV(B)157.02º31.33%58.82%-
XYZ20.6626.3625.83-
YUV133.89126.93105.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.75%
GREEN value IS 150 (58.98% from 255) = 38.96%
BLUE value IS 132 (51.95% from 255) = 34.29%
R=26.75%
G=38.96%
B=34.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1031501320.3100.120.41157.0218.5849.61
Hex6796841F0C299d1332
Octal14722620437014512352362
Binary1100111100101101000010011111011001010011001110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679684; }

 p { color: rgb(103,150,132); }

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

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

 a { background-color: rgb(103,150,132); }

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

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

 span { border-color: rgb(103,150,132); }

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