#679489

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

Shades of Patina #679489

Tints of Patina #679489

Color information

#679489 (or 0x679489) is unknown color: approx Patina. HEX triplet: 67, 94 and 89. RGB value is (103,148,137). Sum of RGB (Red+Green+Blue) = 103+148+137=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #679489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679489 is #986B76. Grayscale: #858585. Windows color (decimal): -9988983 or 9016423. OLE color: 9016423.

HSL color Cylindrical-coordinate representation of color #679489: hue angle of 165.33º 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 #679489 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB103148137-
CMYK0.3000.070.42
HSL165.33º17.93%49.22%-
HSV(B)165.33º30.41%58.04%-
XYZ20.725.8727.57-
YUV133.29130.09106.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.55%
GREEN value IS 148 (58.20% from 255) = 38.14%
BLUE value IS 137 (53.91% from 255) = 35.31%
R=26.55%
G=38.14%
B=35.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031481370.3000.070.42165.3317.9349.22
Hex6794891E072Aa51231
Octal1472242113607522452261
Binary110011110010100100010011111001111010101010010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679489; }

 p { color: rgb(103,148,137); }

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

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

 a { background-color: rgb(103,148,137); }

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

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

 span { border-color: rgb(103,148,137); }

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