#689083

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

Shades of Patina #689083

Tints of Patina #689083

Color information

#689083 (or 0x689083) is unknown color: approx Patina. HEX triplet: 68, 90 and 83. RGB value is (104,144,131). Sum of RGB (Red+Green+Blue) = 104+144+131=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 144 - color contains mainly: green. Hex color #689083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689083 is #976F7C. Grayscale: #828282. Windows color (decimal): -9924477 or 8622184. OLE color: 8622184.

HSL color Cylindrical-coordinate representation of color #689083: hue angle of 160.5º 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 #689083 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB104144131-
CMYK0.2800.090.44
HSL160.5º16.13%48.63%-
HSV(B)160.5º27.78%56.47%-
XYZ19.7824.5325.16-
YUV130.56128.25109.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 144 (56.64% from 255) = 37.99%
BLUE value IS 131 (51.56% from 255) = 34.56%
R=27.44%
G=37.99%
B=34.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041441310.2800.090.44160.516.1348.63
Hex6890831C092Ca01031
Octal15022020334011542402061
Binary1101000100100001000001111100010011011001010000010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689083; }

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

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

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

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

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

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

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

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