#689381

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

Shades of Patina #689381

Tints of Patina #689381

Color information

#689381 (or 0x689381) is unknown color: approx Patina. HEX triplet: 68, 93 and 81. RGB value is (104,147,129). Sum of RGB (Red+Green+Blue) = 104+147+129=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 147 - color contains mainly: green. Hex color #689381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689381 is #976C7E. Grayscale: #848484. Windows color (decimal): -9923711 or 8491880. OLE color: 8491880.

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

Color convert

RGB104147129-
CMYK0.2900.120.42
HSL154.88º17.13%49.22%-
HSV(B)154.88º29.25%57.65%-
XYZ20.1125.424.61-
YUV132.09126.25107.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.37%
GREEN value IS 147 (57.81% from 255) = 38.68%
BLUE value IS 129 (50.78% from 255) = 33.95%
R=27.37%
G=38.68%
B=33.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041471290.2900.120.42154.8817.1349.22
Hex6893811D0C2A9b1131
Octal15022320135014522332161
Binary1101000100100111000000111101011001010101001101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689381; }

 p { color: rgb(104,147,129); }

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

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

 a { background-color: rgb(104,147,129); }

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

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

 span { border-color: rgb(104,147,129); }

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