#68917E

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

Shades of Patina #68917E

Tints of Patina #68917E

Color information

#68917E (or 0x68917E) is unknown color: approx Patina. HEX triplet: 68, 91 and 7E. RGB value is (104,145,126). Sum of RGB (Red+Green+Blue) = 104+145+126=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 145 - color contains mainly: green. Hex color #68917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68917E is #976E81. Grayscale: #828282. Windows color (decimal): -9924226 or 8294760. OLE color: 8294760.

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

Color convert

RGB104145126-
CMYK0.2800.130.43
HSL152.2º16.47%48.82%-
HSV(B)152.2º28.28%56.86%-
XYZ19.624.723.47-
YUV130.57125.42109.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 145 (57.03% from 255) = 38.67%
BLUE value IS 126 (49.61% from 255) = 33.6%
R=27.73%
G=38.67%
B=33.6%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041451260.2800.130.43152.216.4748.82
Hex68917E1C0D2B981031
Octal15022117634015532302061
Binary110100010010001111111011100011011010111001100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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