#689182

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

Shades of Patina #689182

Tints of Patina #689182

Color information

#689182 (or 0x689182) is unknown color: approx Patina. HEX triplet: 68, 91 and 82. RGB value is (104,145,130). Sum of RGB (Red+Green+Blue) = 104+145+130=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 145 - color contains mainly: green. Hex color #689182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689182 is #976E7D. Grayscale: #838383. Windows color (decimal): -9924222 or 8556904. OLE color: 8556904.

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

Color convert

RGB104145130-
CMYK0.2800.100.43
HSL158.05º16.47%48.82%-
HSV(B)158.05º28.28%56.86%-
XYZ19.8624.8124.86-
YUV131.03127.42108.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 145 (57.03% from 255) = 38.26%
BLUE value IS 130 (51.17% from 255) = 34.30%
R=27.44%
G=38.26%
B=34.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041451300.2800.100.43158.0516.4748.82
Hex6891821C0A2B9e1031
Octal15022120234012532362061
Binary1101000100100011000001011100010101010111001111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689182; }

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

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

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

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

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

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

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

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