#68917C

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

Shades of Patina #68917C

Tints of Patina #68917C

Color information

#68917C (or 0x68917C) is unknown color: approx Patina. HEX triplet: 68, 91 and 7C. RGB value is (104,145,124). Sum of RGB (Red+Green+Blue) = 104+145+124=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 145 - color contains mainly: green. Hex color #68917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68917C is #976E83. Grayscale: #828282. Windows color (decimal): -9924228 or 8163688. OLE color: 8163688.

HSL color Cylindrical-coordinate representation of color #68917C: hue angle of 149.27º 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 #68917C is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB104145124-
CMYK0.2800.140.43
HSL149.27º16.47%48.82%-
HSV(B)149.27º28.28%56.86%-
XYZ19.4724.6522.8-
YUV130.35124.42109.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.88%
GREEN value IS 145 (57.03% from 255) = 38.87%
BLUE value IS 124 (48.83% from 255) = 33.24%
R=27.88%
G=38.87%
B=33.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041451240.2800.140.43149.2716.4748.82
Hex68917C1C0E2B951031
Octal15022117434016532252061
Binary110100010010001111110011100011101010111001010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68917C; }

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

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

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

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

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

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

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

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