#689981

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

Shades of Patina #689981

Tints of Patina #689981

Color information

#689981 (or 0x689981) is unknown color: approx Patina. HEX triplet: 68, 99 and 81. RGB value is (104,153,129). Sum of RGB (Red+Green+Blue) = 104+153+129=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #689981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689981 is #97667E. Grayscale: #878787. Windows color (decimal): -9922175 or 8493416. OLE color: 8493416.

HSL color Cylindrical-coordinate representation of color #689981: hue angle of 150.61º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689981 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB104153129-
CMYK0.3200.160.4
HSL150.61º19.37%50.39%-
HSV(B)150.61º32.03%60%-
XYZ21.0627.3124.93-
YUV135.61124.27105.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.94%
GREEN value IS 153 (60.16% from 255) = 39.64%
BLUE value IS 129 (50.78% from 255) = 33.42%
R=26.94%
G=39.64%
B=33.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041531290.3200.160.4150.6119.3750.39
Hex6899812001028971332
Octal15023120140020502272362
Binary110100010011001100000011000000100001010001001011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689981; }

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

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

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

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

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

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

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

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