#689084

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

Shades of Patina #689084

Tints of Patina #689084

Color information

#689084 (or 0x689084) is unknown color: approx Patina. HEX triplet: 68, 90 and 84. RGB value is (104,144,132). Sum of RGB (Red+Green+Blue) = 104+144+132=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 144 - color contains mainly: green. Hex color #689084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689084 is #976F7B. Grayscale: #828282. Windows color (decimal): -9924476 or 8687720. OLE color: 8687720.

HSL color Cylindrical-coordinate representation of color #689084: hue angle of 162º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #689084 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB104144132-
CMYK0.2800.080.44
HSL162º16.13%48.63%-
HSV(B)162º27.78%56.47%-
XYZ19.8524.5625.52-
YUV130.67128.75108.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.37%
GREEN value IS 144 (56.64% from 255) = 37.89%
BLUE value IS 132 (51.95% from 255) = 34.74%
R=27.37%
G=37.89%
B=34.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041441320.2800.080.4416216.1348.63
Hex6890841C082Ca21031
Octal15022020434010542422061
Binary1101000100100001000010011100010001011001010001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689084; }

 p { color: rgb(104,144,132); }

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

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

 a { background-color: rgb(104,144,132); }

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

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

 span { border-color: rgb(104,144,132); }

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