#68968B

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

Shades of Patina #68968B

Tints of Patina #68968B

Color information

#68968B (or 0x68968B) is unknown color: approx Patina. HEX triplet: 68, 96 and 8B. RGB value is (104,150,139). Sum of RGB (Red+Green+Blue) = 104+150+139=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 150 - color contains mainly: green. Hex color #68968B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68968B is #976974. Grayscale: #868686. Windows color (decimal): -9922933 or 9148008. OLE color: 9148008.

HSL color Cylindrical-coordinate representation of color #68968B: hue angle of 165.65º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68968B is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB104150139-
CMYK0.3100.070.41
HSL165.65º18.11%49.8%-
HSV(B)165.65º30.67%58.82%-
XYZ21.2826.6228.44-
YUV134.99130.26105.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.46%
GREEN value IS 150 (58.98% from 255) = 38.17%
BLUE value IS 139 (54.69% from 255) = 35.37%
R=26.46%
G=38.17%
B=35.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041501390.3100.070.41165.6518.1149.8
Hex68968B1F0729a61232
Octal1502262133707512462262
Binary110100010010110100010111111101111010011010011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68968B; }

 p { color: rgb(104,150,139); }

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

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

 a { background-color: rgb(104,150,139); }

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

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

 span { border-color: rgb(104,150,139); }

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