#689281

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

Shades of Patina #689281

Tints of Patina #689281

Color information

#689281 (or 0x689281) is unknown color: approx Patina. HEX triplet: 68, 92 and 81. RGB value is (104,146,129). Sum of RGB (Red+Green+Blue) = 104+146+129=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #689281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689281 is #976D7E. Grayscale: #838383. Windows color (decimal): -9923967 or 8491624. OLE color: 8491624.

HSL color Cylindrical-coordinate representation of color #689281: hue angle of 155.71º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #689281 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB104146129-
CMYK0.2900.120.43
HSL155.71º16.8%49.02%-
HSV(B)155.71º28.77%57.25%-
XYZ19.9525.0924.56-
YUV131.5126.59108.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 146 (57.42% from 255) = 38.52%
BLUE value IS 129 (50.78% from 255) = 34.04%
R=27.44%
G=38.52%
B=34.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041461290.2900.120.43155.7116.849.02
Hex6892811D0C2B9c1131
Octal15022220135014532342161
Binary1101000100100101000000111101011001010111001110010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689281; }

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

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

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

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

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

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

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

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