#68937E

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

Shades of Patina #68937E

Tints of Patina #68937E

Color information

#68937E (or 0x68937E) is unknown color: approx Patina. HEX triplet: 68, 93 and 7E. RGB value is (104,147,126). Sum of RGB (Red+Green+Blue) = 104+147+126=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #68937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68937E is #976C81. Grayscale: #838383. Windows color (decimal): -9923714 or 8295272. OLE color: 8295272.

HSL color Cylindrical-coordinate representation of color #68937E: hue angle of 150.7º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68937E is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB104147126-
CMYK0.2900.140.42
HSL150.7º17.13%49.22%-
HSV(B)150.7º29.25%57.65%-
XYZ19.9125.3223.58-
YUV131.75124.75108.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.59%
GREEN value IS 147 (57.81% from 255) = 38.99%
BLUE value IS 126 (49.61% from 255) = 33.42%
R=27.59%
G=38.99%
B=33.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041471260.2900.140.42150.717.1349.22
Hex68937E1D0E2A971131
Octal15022317635016522272161
Binary110100010010011111111011101011101010101001011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68937E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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