#679181

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

Shades of Patina #679181

Tints of Patina #679181

Color information

#679181 (or 0x679181) is unknown color: approx Patina. HEX triplet: 67, 91 and 81. RGB value is (103,145,129). Sum of RGB (Red+Green+Blue) = 103+145+129=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 145 - color contains mainly: green. Hex color #679181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679181 is #986E7E. Grayscale: #828282. Windows color (decimal): -9989759 or 8491367. OLE color: 8491367.

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

Color convert

RGB103145129-
CMYK0.2900.110.43
HSL157.14º16.94%48.63%-
HSV(B)157.14º28.97%56.86%-
XYZ19.6824.7224.5-
YUV130.62127.09108.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.32%
GREEN value IS 145 (57.03% from 255) = 38.46%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=27.32%
G=38.46%
B=34.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031451290.2900.110.43157.1416.9448.63
Hex6791811D0B2B9d1131
Octal14722120135013532352161
Binary1100111100100011000000111101010111010111001110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679181; }

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

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

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

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

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

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

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

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