#689882

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

Shades of Patina #689882

Tints of Patina #689882

Color information

#689882 (or 0x689882) is unknown color: approx Patina. HEX triplet: 68, 98 and 82. RGB value is (104,152,130). Sum of RGB (Red+Green+Blue) = 104+152+130=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 152 - color contains mainly: green. Hex color #689882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689882 is #97677D. Grayscale: #878787. Windows color (decimal): -9922430 or 8558696. OLE color: 8558696.

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

Color convert

RGB104152130-
CMYK0.3200.140.40
HSL152.5º18.9%50.2%-
HSV(B)152.5º31.58%59.61%-
XYZ20.9727.0125.23-
YUV135.14125.1105.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.94%
GREEN value IS 152 (59.77% from 255) = 39.38%
BLUE value IS 130 (51.17% from 255) = 33.68%
R=26.94%
G=39.38%
B=33.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041521300.3200.140.40152.518.950.2
Hex689882200E28981332
Octal15023020240016502302362
Binary11010001001100010000010100000011101010001001100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689882; }

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

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

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

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

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

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

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

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