#689889

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

Shades of Patina #689889

Tints of Patina #689889

Color information

#689889 (or 0x689889) is unknown color: approx Patina. HEX triplet: 68, 98 and 89. RGB value is (104,152,137). Sum of RGB (Red+Green+Blue) = 104+152+137=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 152 - color contains mainly: green. Hex color #689889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689889 is #976776. Grayscale: #878787. Windows color (decimal): -9922423 or 9017448. OLE color: 9017448.

HSL color Cylindrical-coordinate representation of color #689889: hue angle of 161.25º 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 #689889 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB104152137-
CMYK0.3200.100.40
HSL161.25º18.9%50.2%-
HSV(B)161.25º31.58%59.61%-
XYZ21.4527.2127.79-
YUV135.94128.6105.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.46%
GREEN value IS 152 (59.77% from 255) = 38.68%
BLUE value IS 137 (53.91% from 255) = 34.86%
R=26.46%
G=38.68%
B=34.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041521370.3200.100.40161.2518.950.2
Hex689889200A28a11332
Octal15023021140012502412362
Binary11010001001100010001001100000010101010001010000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689889; }

 p { color: rgb(104,152,137); }

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

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

 a { background-color: rgb(104,152,137); }

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

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

 span { border-color: rgb(104,152,137); }

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