#689781

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

Shades of Patina #689781

Tints of Patina #689781

Color information

#689781 (or 0x689781) is unknown color: approx Patina. HEX triplet: 68, 97 and 81. RGB value is (104,151,129). Sum of RGB (Red+Green+Blue) = 104+151+129=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 151 - color contains mainly: green. Hex color #689781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689781 is #97687E. Grayscale: #868686. Windows color (decimal): -9922687 or 8492904. OLE color: 8492904.

HSL color Cylindrical-coordinate representation of color #689781: hue angle of 151.91º degrees, saturation: 0.18, 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 #689781 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB104151129-
CMYK0.3100.150.41
HSL151.91º18.43%50%-
HSV(B)151.91º31.13%59.22%-
XYZ20.7426.6624.82-
YUV134.44124.93106.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.08%
GREEN value IS 151 (59.38% from 255) = 39.32%
BLUE value IS 129 (50.78% from 255) = 33.59%
R=27.08%
G=39.32%
B=33.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041511290.3100.150.41151.9118.4350
Hex6897811F0F29981232
Octal15022720137017512302262
Binary1101000100101111000000111111011111010011001100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689781; }

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

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

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

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

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

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

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

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