#68968A

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

Shades of Patina #68968A

Tints of Patina #68968A

Color information

#68968A (or 0x68968A) is unknown color: approx Patina. HEX triplet: 68, 96 and 8A. RGB value is (104,150,138). Sum of RGB (Red+Green+Blue) = 104+150+138=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 150 - color contains mainly: green. Hex color #68968A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68968A is #976975. Grayscale: #868686. Windows color (decimal): -9922934 or 9082472. OLE color: 9082472.

HSL color Cylindrical-coordinate representation of color #68968A: hue angle of 164.35º 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 #68968A is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB104150138-
CMYK0.3100.080.41
HSL164.35º18.11%49.8%-
HSV(B)164.35º30.67%58.82%-
XYZ21.226.5928.06-
YUV134.88129.76105.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.53%
GREEN value IS 150 (58.98% from 255) = 38.27%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=26.53%
G=38.27%
B=35.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041501380.3100.080.41164.3518.1149.8
Hex68968A1F0829a41232
Octal15022621237010512442262
Binary1101000100101101000101011111010001010011010010010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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